Skip to content

Commit 10a4d33

Browse files
committed
Исправление конфликта сайдбаров осени и ее библиотек
1 parent 5c8ea9a commit 10a4d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,21 @@ export default defineConfig({
119119
collapsed: false,
120120
}),
121121
// api
122-
"/api/autumn": getSidebar({
122+
"/api/autumn/": getSidebar({
123123
contentRoot,
124124
contentDirs: [
125125
{ text: 'autumn', dir: 'api/autumn' }
126126
],
127127
collapsed: false,
128128
}),
129-
"/api/annotations": getSidebar({
129+
"/api/annotations/": getSidebar({
130130
contentRoot,
131131
contentDirs: [
132132
{ text: 'annotations', dir: 'api/annotations' }
133133
],
134134
collapsed: false,
135135
}),
136-
"/api/autumn-collections": getSidebar({
136+
"/api/autumn-collections/": getSidebar({
137137
contentRoot,
138138
contentDirs: [
139139
{ text: 'autumn-collections', dir: 'api/autumn-collections' }

0 commit comments

Comments
 (0)