From 825b87a535bf4e99023f7b92cff59a6d7446324e Mon Sep 17 00:00:00 2001 From: Claude AI Guide Project Date: Tue, 8 Jul 2025 09:33:42 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20NAVIGATION=20FIX:=20Clarify=20Re?= =?UTF-8?q?ference=20Section=20Names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IMPROVEMENT: ✅ Changed Intermediate Guide 'Advanced Reference' → 'Reference' ✅ Eliminates confusion with new Advanced Guide section ✅ Clear navigation hierarchy now: - Beginners Guide: 'Quick Reference' - Intermediate Guide: 'Reference' - Advanced Guide: 'Advanced Reference' Perfect navigation clarity achieved! 🎯 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index f2b7952..4ff1698 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -189,7 +189,7 @@ export default defineConfig({ ], }, { - label: 'Advanced Reference', + label: 'Reference', items: [ { label: 'Power-User Guide', link: '/intermediate/reference/' }, ],