Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New: Release notes page placeholder and template #44

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Loading