Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NaZawsze committed Dec 20, 2023
1 parent b8d6f31 commit 616ad5a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ import { navbar } from "vuepress-theme-hope";
export default navbar([
"/",
{
text: "指南",
text: "分类",
icon: "lightbulb",
prefix: "/guide/",
prefix: "/categories/",
children: [
{
text: "Bar",
text: "运维",
icon: "lightbulb",
prefix: "bar/",
children: ["baz", { text: "...", icon: "ellipsis", link: "" }],
prefix: "ops/",
children: ["Linux", { text: "...", icon: "ellipsis", link: "" }],
},
{
text: "Foo",
text: "开发",
icon: "lightbulb",
prefix: "foo/",
children: ["ray", { text: "...", icon: "ellipsis", link: "" }],
prefix: "dev/",
children: ["JAVA", { text: "...", icon: "ellipsis", link: "" }],
},
],
},
{
text: "V2 文档",
text: "Blog",
icon: "book",
link: "https://theme-hope.vuejs.press/zh/",
link: "https://hexo.skybridair.cn",
},
]);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 616ad5a

Please sign in to comment.