Compare commits
No commits in common. 'dc32482bd7e7efa399149f2a5d602d60eaed275a' and 'cd5e34bfe1838b67957bb310998064ccef8ddff3' have entirely different histories.
dc32482bd7
...
cd5e34bfe1
8 changed files with 9 additions and 19 deletions
@ -1,3 +1,9 @@ |
|||||||
import { defineSidebarConfig } from "vuepress-theme-hope"; |
import { defineSidebarConfig } from "vuepress-theme-hope"; |
||||||
|
|
||||||
export const zh = "auto"; |
export const zh = defineSidebarConfig({ |
||||||
|
"/": [ |
||||||
|
"", |
||||||
|
"home", |
||||||
|
"slide", |
||||||
|
], |
||||||
|
}); |
||||||
|
Loading…
Reference in new issue