docs(toc): add Bundles and Authentication to the Reference nav#3267
Merged
mnriem merged 1 commit intoJun 30, 2026
Conversation
docs/reference/bundles.md and docs/reference/authentication.md exist on disk but were absent from the Reference section of docs/toc.yml, so both pages were orphaned and undiscoverable in the published docs sidebar. Add the two nav entries (Bundles after Workflows, matching the ordering in reference/overview.md; Authentication last). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation navigation (docs/toc.yml) so two existing Reference pages that were previously orphaned are included in the published sidebar.
Changes:
- Adds Bundles to the Reference nav immediately after Workflows
- Adds Authentication to the end of the Reference nav
Show a summary per file
| File | Description |
|---|---|
| docs/toc.yml | Adds missing Reference sidebar entries for reference/bundles.md and reference/authentication.md |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
Collaborator
|
Thank you! |
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.
Description
Two Reference pages exist on disk but are missing from the Reference section of
docs/toc.yml:docs/reference/bundles.mddocs/reference/authentication.mdSince the published docs sidebar is generated from
toc.yml, both pages are orphaned — reachable only via direct link or in-page cross-references, not from the navigation. Every otherdocs/reference/*.mdpage has a nav entry.Fix
Add the two missing entries to the Reference
items:reference/overview.md(…Presets → Workflows → Bundles).Pure navigation/data addition — no code, no behavior change.
Testing
docs/toc.ymlparses as valid YAML; the Referenceitemsnow read Overview, Core Commands, Integrations, Extensions, Presets, Workflows, Bundles, Authentication.hrefs resolve to existing files underdocs/(no broken links).AI Disclosure
Found and fixed with Claude Code (Claude Opus 4.8) under my direction. AI diffed the on-disk reference pages against the toc entries; I confirmed the two pages were orphaned, matched the overview.md ordering, verified the hrefs resolve, and reviewed the diff before submitting.