迁移项目至vue
v0.2.1->v0.3.0 项目迁移至[jingji_TSreference_vue](https://github.com/szhhwh/jingji_TSreference_vue)
This commit is contained in:
25
src/.vuepress/navbar.ts
Normal file
25
src/.vuepress/navbar.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { navbar } from "vuepress-theme-hope";
|
||||
|
||||
export default navbar([
|
||||
"/",
|
||||
"/reference/",
|
||||
// {
|
||||
// text: "指南",
|
||||
// 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: "" }],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
]);
|
Reference in New Issue
Block a user