4 changed files with 39 additions and 120 deletions
@ -1,49 +0,0 @@ |
|||||||
import { defineSidebarConfig } from "vuepress-theme-hope"; |
|
||||||
|
|
||||||
export const en = defineSidebarConfig({ |
|
||||||
"/": [ |
|
||||||
"", |
|
||||||
"home", |
|
||||||
"slide", |
|
||||||
{ |
|
||||||
icon: "creative", |
|
||||||
text: "Guide", |
|
||||||
collapsable: true, |
|
||||||
prefix: "guide/", |
|
||||||
link: "guide/", |
|
||||||
children: ["page", "markdown", "disable", "encrypt"], |
|
||||||
}, |
|
||||||
{ |
|
||||||
text: "Articles", |
|
||||||
icon: "note", |
|
||||||
prefix: "posts/", |
|
||||||
children: [ |
|
||||||
{ |
|
||||||
text: "Articles 1-4", |
|
||||||
icon: "note", |
|
||||||
collapsable: true, |
|
||||||
prefix: "article/", |
|
||||||
children: ["article1", "article2", "article3", "article4"], |
|
||||||
}, |
|
||||||
{ |
|
||||||
text: "Articles 5-12", |
|
||||||
icon: "note", |
|
||||||
children: [ |
|
||||||
{ |
|
||||||
text: "Articles 5-8", |
|
||||||
icon: "note", |
|
||||||
collapsable: true, |
|
||||||
prefix: "article/", |
|
||||||
children: ["article5", "article6", "article7", "article8"], |
|
||||||
}, |
|
||||||
{ |
|
||||||
text: "Articles 9-12", |
|
||||||
icon: "note", |
|
||||||
children: ["article9", "article10", "article11", "article12"], |
|
||||||
}, |
|
||||||
], |
|
||||||
}, |
|
||||||
], |
|
||||||
}, |
|
||||||
], |
|
||||||
}); |
|
@ -1,2 +1 @@ |
|||||||
export * from "./en"; |
|
||||||
export * from "./zh"; |
export * from "./zh"; |
||||||
|
Loading…
Reference in new issue