diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 6135f4f130..7537f3fb78 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -199,6 +199,7 @@ export default defineConfig({ { label: 'AI Engines', link: '/reference/engines/' }, { label: 'Cache & Memory', link: '/reference/memory/' }, { label: 'Concurrency', link: '/reference/concurrency/' }, + { label: 'Custom Agent for AW', link: '/reference/custom-agent-for-aw/' }, { label: 'Custom Agents', link: '/reference/copilot-custom-agents/' }, { label: 'Custom Safe Outputs', link: '/reference/custom-safe-outputs/' }, { label: 'FAQ', link: '/reference/faq/' },