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.
 
 
 
 
 
 

26 lines
432 B

export default {
// 网站导航栏标题
navigatorTitle: "开发者帮助文档",
// 网站 Logo 图标
logo: "/logo.svg",
// 是否开启切换颜色
colorModeSwitch: true,
// 默认主题配置
navbar: [
{
text: "首页",
link: "/",
},
{
text: "前端",
link: "/getting-started/GettingStarted.html",
},
{
text: "后端",
link: "/backend",
},
],
};