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:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user