Restructure Enterprise release notes into individual pages - #832
Merged
Merged
Conversation
- Split single release-notes.mdx into 9 individual release pages - Created enterprise/releases/ directory with dedicated page per version - Updated release-notes.mdx to be an overview page with highlights - Modified docs.json to show Release Notes as expandable group - Each release page has proper frontmatter and complete content - Organized releases chronologically from 0.70.0 to 0.24.0
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
- Deleted enterprise/release-notes.mdx (no longer needed) - Updated docs.json to show only individual release pages - Release Notes group now directly contains the 9 release pages
Applied steps 4, 6, and 7 from the ohe-release-notes skill: Step 4: Reorganized structure - Changed from component-first to category-first organization - Top-level sections: Features, Bug Fixes, Maintenance - Component subsections (h4) under each category - Component order: Enterprise Server, SDK, Runtime API, Automation, Cloud Step 6: Updated page format - Added h1 title: '# OpenHands Enterprise X.Y.Z' - Added release date - Added Highlights section at top (always included) - Added Full Changelog section at bottom with links to all repos - Proper frontmatter with title and description Step 7: Updated navigation - Moved from enterprise/releases/ to enterprise/release-notes/ - Updated all paths in docs.json - Maintained chronological order (newest first) All 9 release pages now follow the canonical OHE release notes format.
Reformatted Highlights sections in all releases except 0.70.0: - Converted paragraph-style highlights to focused bullet points - Used consistent format: **Title** — Description - Improved scannability and readability - Each bullet covers a distinct feature or improvement Affected releases: - 0.64.0: 4 focused bullets (LLM connections, GPG signing, org tools, permissions) - 0.55.0: 6 bullets (quotas, scheduling, issue trackers, SDK, runtime, identity) - 0.45.0: 4 bullets (Canvas Extensions, SDK, automation, stability) - 0.41.0: 4 bullets (Canvas rollout, GLM 5.2, auth, stability) - 0.36.1: 3 bullets (session preservation, email config, stability) - 0.36.0: 3 bullets (Canvas availability, Bitbucket DC, performance) - 0.28.0: 3 bullets (Canvas embedded, Helm improvements, stability) - 0.24.0: 4 bullets (monitoring, budgets, third-party agents, Jira) 0.70.0 retained as-is with existing bullet format.
jpelletier1
marked this pull request as ready for review
September 23, 2026 20:11
jlav
approved these changes
Sep 23, 2026
Added 'rocket' icon to the Release Notes group in the Enterprise tab navigation for better visual identification and consistency with other menu items that have icons.
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
This PR restructures the Enterprise release notes from a single long page into individual pages for better navigation and organization.
Changes Made
1. Created Individual Release Pages
enterprise/releases/directory2. Updated Release Notes Overview
enterprise/release-notes.mdxto an overview/landing page3. Updated Navigation Structure
docs.jsonto show "Release Notes" as an expandable groupUser Experience Impact
In the Enterprise tab sidebar, users will now see:
Benefits
@jpelletier1 can click here to continue refining the PR