We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8ea9a commit 10a4d33Copy full SHA for 10a4d33
.vitepress/config.mts
@@ -119,21 +119,21 @@ export default defineConfig({
119
collapsed: false,
120
}),
121
// api
122
- "/api/autumn": getSidebar({
+ "/api/autumn/": getSidebar({
123
contentRoot,
124
contentDirs: [
125
{ text: 'autumn', dir: 'api/autumn' }
126
],
127
128
129
- "/api/annotations": getSidebar({
+ "/api/annotations/": getSidebar({
130
131
132
{ text: 'annotations', dir: 'api/annotations' }
133
134
135
136
- "/api/autumn-collections": getSidebar({
+ "/api/autumn-collections/": getSidebar({
137
138
139
{ text: 'autumn-collections', dir: 'api/autumn-collections' }
0 commit comments