diff --git a/astro.config.mjs b/astro.config.mjs index 4ff1698..fea2619 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -189,7 +189,7 @@ export default defineConfig({ ], }, { - label: 'Reference', + label: 'Quick Reference', items: [ { label: 'Power-User Guide', link: '/intermediate/reference/' }, ], @@ -274,7 +274,7 @@ export default defineConfig({ ], }, { - label: 'Advanced Reference', + label: 'Quick Reference', items: [ { label: 'Connected AI Architect\'s Guide', link: '/advanced/reference/' }, ],