Skip to content

Commit

Permalink
Merge pull request #44 from EtherealEngine/new-release-notes-placeholder
Browse files Browse the repository at this point in the history
New: Release notes page placeholder and template
  • Loading branch information
armando-salazar authored Aug 14, 2024
2 parents 6811338 + 2a750bc commit 5a9a041
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ export default defineConfig({
},
],
},
{
label: 'Release notes',
slug: 'release-notes',
},
],
components: {
// Use the custom PageFrame component for layout
Expand Down
37 changes: 37 additions & 0 deletions src/content/docs/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Release notes
description: Discover platform release improvements and bug fixes.
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 2
---

Discover the latest platform improvements and bug fixes for the iR Engine.

## 1.0: September 2024

**Release date:** [Date in `YYYY-MM-DD` format]

### Summary

This inaugural release of the iR Engine lays the foundation for building and managing virtual experiences with a focus on stability, core functionality, and ease of use.

### New features

- [List new features here with brief descriptions]

### Improvements

- [List improvements to existing features here with brief descriptions]

### Fixes

- [List bug fixes here with brief descriptions]

### Known issues

- [List any known issues that users may encounter]

### Additional notes

- [Include any additional relevant information here, such as upgrade instructions or compatibility considerations]

0 comments on commit 5a9a041

Please sign in to comment.