Skip to content

Commit 81e1a71

Browse files
committed
improve sidebar
1 parent 03fd514 commit 81e1a71

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/astro.config.mjs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,18 @@ export default defineConfig({
198198
items: [
199199
{ label: 'AI Engines', link: '/reference/engines/' },
200200
{ label: 'Cache & Memory', link: '/reference/memory/' },
201+
{ label: 'Command Triggers', link: '/reference/command-triggers/' },
202+
{ label: 'Compilation Process', link: '/reference/compilation-process/' },
201203
{ label: 'Concurrency', link: '/reference/concurrency/' },
202-
{ label: 'Custom Agent for AW', link: '/reference/custom-agent-for-aw/' },
203-
{ label: 'Custom Agents', link: '/reference/copilot-custom-agents/' },
204+
{ label: 'Copilot Agent for AW', link: '/reference/custom-agent-for-aw/' },
205+
{ label: 'Copilot Custom Agents', link: '/reference/copilot-custom-agents/' },
206+
{ label: 'Custom Engines', link: '/reference/custom-engines/' },
204207
{ label: 'Custom Safe Outputs', link: '/reference/custom-safe-outputs/' },
208+
{ label: 'Environment Variables', link: '/reference/environment-variables/' },
205209
{ label: 'FAQ', link: '/reference/faq/' },
206210
{ label: 'Frontmatter', link: '/reference/frontmatter/' },
207211
{ label: 'Frontmatter (Full)', link: '/reference/frontmatter-full/' },
212+
{ label: 'GitHub Lockdown Mode', link: '/reference/lockdown-mode/' },
208213
{ label: 'GH-AW as MCP Server', link: '/setup/mcp-server/' },
209214
{ label: 'Glossary', link: '/reference/glossary/' },
210215
{ label: 'Imports', link: '/reference/imports/' },
@@ -215,6 +220,7 @@ export default defineConfig({
215220
{ label: 'Rate Limiting Controls', link: '/reference/rate-limiting-controls/' },
216221
{ label: 'Safe Inputs', link: '/reference/safe-inputs/' },
217222
{ label: 'Safe Outputs', link: '/reference/safe-outputs/' },
223+
{ label: 'Sandbox', link: '/reference/sandbox/' },
218224
{ label: 'Schedule Syntax', link: '/reference/schedule-syntax/' },
219225
{ label: 'Templating', link: '/reference/templating/' },
220226
{ label: 'Threat Detection', link: '/reference/threat-detection/' },

0 commit comments

Comments
 (0)