From cf2aa2c5af34c96310fe38c5c23b8ab2e601de0d Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sun, 23 Nov 2025 09:42:00 +0100 Subject: [PATCH] fix: add new documentation pages to mkdocs navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added three new documentation pages to mkdocs.yml navigation: - Features → Vendor Landing Pages (features/vendor-landing-pages.md) - Frontend Development → Shop Frontend → Navigation Flow (frontend/shop/navigation-flow.md) - Troubleshooting → Shop Frontend (troubleshooting/shop-frontend.md) This fixes the MkDocs build warnings about orphaned pages not in navigation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- mkdocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 5d192e80..d48fa670 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -92,6 +92,7 @@ nav: - Shop Frontend: - Architecture: frontend/shop/architecture.md - Page Templates: frontend/shop/page-templates.md + - Navigation Flow: frontend/shop/navigation-flow.md # ============================================ # DEVELOPMENT (Shared Development Resources) @@ -144,6 +145,7 @@ nav: - Content Management System: - Overview: features/content-management-system.md - Implementation Guide: features/cms-implementation-guide.md + - Vendor Landing Pages: features/vendor-landing-pages.md # ============================================ # USER GUIDES @@ -155,6 +157,12 @@ nav: - CSV Import: guides/csv-import.md - Marketplace Integration: guides/marketplace-integration.md + # ============================================ + # TROUBLESHOOTING + # ============================================ + - Troubleshooting: + - Shop Frontend: troubleshooting/shop-frontend.md + # Theme configuration theme: name: material