Skip to content

Commit 97bc957

Browse files
boneskullclaude
andcommitted
docs(site): add missing guides to sidebar navigation
Add Performance Budgets, Profiling, and Test Adapters guides to the documentation sidebar - these pages existed but weren't accessible via navigation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6f3a230 commit 97bc957

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

astro.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ export default defineConfig({
2828
{ label: 'CLI Reference', link: '/guides/cli/' },
2929
{ label: 'Output Formats', link: '/guides/output/' },
3030
{ label: 'Understanding Statistics', link: '/guides/statistics/' },
31+
{
32+
label: 'Performance Budgets',
33+
link: '/guides/performance-budgets/',
34+
},
35+
{ label: 'Profiling', link: '/guides/profiling/' },
36+
{ label: 'Test Adapters', link: '/guides/test-adapters/' },
3137
{ label: 'Advanced Usage', link: '/guides/advanced/' },
3238
{ label: 'Custom Reporters', link: '/guides/custom-reporters/' },
3339
],

0 commit comments

Comments
 (0)