Skip to content

Commit c1aa63f

Browse files
ndbroadbentclaude
andcommitted
fix: remove Reference section from docs sidebar
The Reference section was referencing files that don't exist in the repository (they only exist locally). Removed the entire Reference section from the Astro sidebar config to fix the Deploy Docs workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent dc5c7ea commit c1aa63f

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

docs/astro.config.mjs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -277,19 +277,6 @@ export default defineConfig({
277277
{ label: 'API Reference', slug: 'development/api-reference' },
278278
],
279279
},
280-
{
281-
label: 'Reference',
282-
items: [
283-
{ label: 'CLI Commands', slug: 'reference/cli-commands' },
284-
{
285-
label: 'Environment Variables',
286-
slug: 'reference/environment-variables',
287-
},
288-
{ label: 'RBAC Permissions', slug: 'reference/rbac-permissions' },
289-
{ label: 'Audit Events', slug: 'reference/audit-events' },
290-
{ label: 'API Endpoints', slug: 'reference/api-endpoints' },
291-
],
292-
},
293280
],
294281
}),
295282
],

0 commit comments

Comments
 (0)