From 41ae6c181b1a34f05a64108627f343a561d6a322 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Wed, 31 Dec 2025 20:48:43 +0800 Subject: [PATCH] docs: add alias for sidebar in docs configuration Add alias configuration to ensure consistent sidebar behavior across all documentation pages --- docs/.nojekyll | 0 docs/index.html | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 docs/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.html b/docs/index.html index aeae436..c1cbc88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -83,6 +83,9 @@ name: 'Vibe Coding 101', repo: '', loadSidebar: true, + alias: { + '/.*/_sidebar.md': '/_sidebar.md' + }, subMaxLevel: 2, homepage: 'README.md', pagination: {