docs: add alias for sidebar in docs configuration

Add alias configuration to ensure consistent sidebar behavior across all documentation pages
This commit is contained in:
sanbuphy
2025-12-31 20:48:43 +08:00
parent 28cff90513
commit 41ae6c181b
2 changed files with 3 additions and 0 deletions
View File
+3
View File
@@ -83,6 +83,9 @@
name: 'Vibe Coding 101', name: 'Vibe Coding 101',
repo: '', repo: '',
loadSidebar: true, loadSidebar: true,
alias: {
'/.*/_sidebar.md': '/_sidebar.md'
},
subMaxLevel: 2, subMaxLevel: 2,
homepage: 'README.md', homepage: 'README.md',
pagination: { pagination: {