init commit.
This commit is contained in:
31
src/.vuepress/navbar/en.ts
Normal file
31
src/.vuepress/navbar/en.ts
Normal file
@@ -0,0 +1,31 @@
|
||||
import { navbar } from "vuepress-theme-hope";
|
||||
|
||||
export const enNavbar = navbar([
|
||||
"/",
|
||||
"/portfolio",
|
||||
"/demo/",
|
||||
{
|
||||
text: "Guide",
|
||||
icon: "lightbulb",
|
||||
prefix: "/guide/",
|
||||
children: [
|
||||
{
|
||||
text: "Bar",
|
||||
icon: "lightbulb",
|
||||
prefix: "bar/",
|
||||
children: ["baz", { text: "...", icon: "ellipsis", link: "#" }],
|
||||
},
|
||||
{
|
||||
text: "Foo",
|
||||
icon: "lightbulb",
|
||||
prefix: "foo/",
|
||||
children: ["ray", { text: "...", icon: "ellipsis", link: "#" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "V2 Docs",
|
||||
icon: "book",
|
||||
link: "https://theme-hope.vuejs.press/",
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user