Skip to content

Commit c7ca7da

Browse files
committed
fix dirName
1 parent 40078cb commit c7ca7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const sidebars: SidebarsConfig = {
136136
items: require("./docs/restaurant/sidebar.js"),
137137
},
138138
],
139-
petstore_nested: [{ type: "autogenerated", dirName: "." }],
139+
petstore_nested: [{ type: "autogenerated", dirName: "petstore_nested" }],
140140
"petstore-2.0.0": [
141141
{
142142
type: "html",

0 commit comments

Comments
 (0)