[docs] Update documentation for features from 2026-06-16#39542
Merged
pelikhan merged 1 commit intoJun 16, 2026
Conversation
Adds explicit sidebar order to docs pages that previously relied on Starlight's default ordering, producing deterministic navigation. Closes #39416 (5 of 6 pages; patterns/spec-ops.md left untouched — that directory's convention is sidebar.badge, not sidebar.order).
This was referenced Jun 16, 2026
pelikhan
approved these changes
Jun 16, 2026
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
Adds explicit
sidebar.orderfrontmatter to five documentation pages so that Starlight renders them at deterministic positions in the sidebar navigation, rather than relying on implicit filename-based ordering.Changes
Documentation only — no source code modified
sidebar.orderaddeddocs/src/content/docs/reference/feature-flags.md670docs/src/content/docs/reference/self-hosted-runners.md810docs/src/content/docs/reference/steps-jobs.md820docs/src/content/docs/specs/frontmatter-hash-specification.md1360docs/src/content/docs/reference/wasm-compilation.md1400Impact
Testing
No automated tests required. Verify by running the docs site locally (
cd docs && npm run dev) and confirming the five pages appear at the expected positions in the Reference and Specs sidebar sections.