You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
351 B
9 lines
351 B
import { defineNavbarConfig } from "vuepress-theme-hope"; |
|
|
|
export const zh = defineNavbarConfig([ |
|
"/", |
|
"/home", |
|
// { text: "使用指南", icon: "creative", link: "/guide/" }, |
|
{ text: "Git服务器", icon: "git", link: "http://git.xjtustei.nteren.net" }, |
|
{ text: "登录/注册", icon: "creative", link: "http://sfa.ac.cn/login.html" }, |
|
]);
|
|
|