From 876e532d76c34e907f1b48df69e49bc38cd3dd71 Mon Sep 17 00:00:00 2001 From: Ali jawwad <33836051+jawwad-ali@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:50:11 +0500 Subject: [PATCH] docs(toc): add Bundles and Authentication to the Reference nav (#3267) 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 --- docs/toc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/toc.yml b/docs/toc.yml index 1fb55dc83..ca9fba235 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -35,6 +35,10 @@ href: reference/presets.md - name: Workflows href: reference/workflows.md + - name: Bundles + href: reference/bundles.md + - name: Authentication + href: reference/authentication.md # Concepts - name: Concepts