docs: regroup the runtime sidebar, replacing the Advanced catch-all#3270
Open
bartlomieju wants to merge 1 commit into
Open
docs: regroup the runtime sidebar, replacing the Advanced catch-all#3270bartlomieju wants to merge 1 commit into
bartlomieju wants to merge 1 commit into
Conversation
The Advanced group mixed unrelated topics and conflated difficulty with subject. Move Docker and continuous integration into a new Deploying group anchored by the deployment hub, move JSX and React into Guides next to web development, and move the VS Code editor setup into Get started. Split what remains into Runtime APIs (FFI, WebAssembly, Cron, OpenTelemetry, loader hooks) and Build tooling (bundling, lint plugins). No pages move on disk; this only changes sidebar grouping.
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.
The runtime sidebar had an Advanced group that had become a catch-all: it
mixed genuinely niche runtime features (FFI, WebAssembly, loader hooks) with
everyday operational topics (Docker, continuous integration), web development
(JSX and React), and editor setup (VS Code). Grouping by perceived difficulty
rather than by task made the section unpredictable, and most of its contents
were not advanced at all.
This regroups those entries by what the reader is actually trying to do.
Docker and continuous integration move into a new Deploying group anchored by
the deployment hub page. JSX and React moves into Guides next to web
development. The VS Code editor-setup page moves into Get started alongside
environment setup. What genuinely remains splits into Runtime APIs (FFI,
WebAssembly, Cron, OpenTelemetry, loader hooks) and Build tooling (bundling,
lint plugins).
This only changes sidebar grouping in runtime/_data.ts; no pages move on
disk, so existing URLs are unaffected. The deployment hub also stops being
duplicated under Guides now that it anchors the Deploying group.