feat(docs): editor tab, and sidebar entries#3142
Merged
gabrielmfern merged 8 commits intocanaryfrom Mar 31, 2026
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
joaopcm
approved these changes
Mar 31, 2026
- Convert navigation from anchors to tabs (Documentation + Editor) - Add all 24 editor doc pages to the Editor tab, organized into: - Overview (overview, getting-started) - Features (bubble-menu, slash-commands, theming, styling, buttons, column-layouts, link-editing, email-export) - Advanced (extensions, event-bus, custom-extensions) - API Reference (use-editor, compose-react-email, email-node, email-mark, extensions-list, theming-api, UI components) - Mark the Editor tab with a flask icon and 'Experimental' tag - Keep global anchors (Components, Templates, GitHub) unchanged Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
…/Templates/Editor - Switch theme from 'mint' to 'willow' to match PR #3067 - Move Components and Templates from global anchors to top-level tabs with external hrefs - Remove global anchors section (GitHub link already in navbar) - Editor tab now sits alongside Components and Templates in the top bar - Editor tab retains flask icon and Experimental tag with all editor pages Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
Made-with: Cursor
Made-with: Cursor
Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
2edd026 to
f24901b
Compare
Contributor
|
Deployment failed with the following error: |
cursor bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
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
Repurposes the tab layout from PR #3067 and adds a new Editor tab to the Mintlify docs navigation, making all 24 editor documentation pages discoverable from the sidebar. The tab is marked with a flask icon and an "Experimental" tag to clearly communicate the editor's pre-release status.
Changes
minttoalmondanchorstotabs— Documentation, Components, Templates, and Editor all appear as top-level tabshreflinksflaskicon and"tag": "Experimental"to signal that the editor is not yet a stable releaseSlack Thread
Summary by cubic
Adds an "Editor" tab to the docs (Experimental) with all editor pages, and switches the site to the "almond" theme and tabbed navigation. Updates install snippets to
@react-email/editor@experimentaland sets theuseEditorsidebar icon to "code".Written for commit f24901b. Summary will update on new commits.