From d537be15a7899ff08dac699575e9dfcabf15efaa Mon Sep 17 00:00:00 2001 From: jawwad-ali Date: Tue, 30 Jun 2026 21:29:58 +0500 Subject: [PATCH] docs(toc): add Bundles and Authentication to the Reference nav 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 1fb55dc83f..ca9fba235d 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