chore: remove live-editor reference page#16446
Merged
Conversation
The embedded live editor in the Starlight docs is premature. The standalone editor at /editor/ remains available for internal use but is not linked from the docs navigation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the embedded live editor documentation page from the docs site navigation while preserving the standalone editor for internal testing. The live editor feature is considered too early for public exposure, so it's being hidden from documentation navigation while remaining accessible via direct URL.
Changes:
- Deleted the live-editor reference documentation page (
docs/src/content/docs/reference/live-editor.mdx) containing the embedded WebAssembly-powered workflow editor (715 lines) - Removed "Live Editor" entry from the Reference section sidebar in
docs/astro.config.mjs
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
docs/src/content/docs/reference/live-editor.mdx |
Complete removal of the embedded live editor documentation page with inline editor implementation |
docs/astro.config.mjs |
Removed "Live Editor" navigation link from the Reference section sidebar |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Removes the embedded live editor page from the docs site navigation. The feature is too early to expose publicly.
docs/src/content/docs/reference/live-editor.mdxastro.config.mjsThe standalone editor at
/editor/remains deployed but is not linked from the docs — accessible only by direct URL for internal testing.🤖 Generated with Claude Code