mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
📝 update vuepress and readme
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
module.exports = {
|
||||
title: 'Nonebot Bison',
|
||||
description: 'Docs for Nonebot Bison',
|
||||
themeConfig: {
|
||||
navbar: [
|
||||
{ text: '主页', link: '/' },
|
||||
{ text: '部署与使用', link: '/usage/' },
|
||||
{ text: '开发', link: '/dev/' },
|
||||
{ text: 'Github', link: 'https://github.com/felinae98/nonebot-bison' }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
import { defineUserConfig, defaultTheme } from "vuepress";
|
||||
|
||||
export default defineUserConfig({
|
||||
title: "Nonebot Bison",
|
||||
description: "Docs for Nonebot Bison",
|
||||
theme: defaultTheme({
|
||||
navbar: [
|
||||
{ text: "主页", link: "/" },
|
||||
{ text: "部署与使用", link: "/usage/" },
|
||||
{ text: "开发", link: "/dev/" },
|
||||
{ text: "Github", link: "https://github.com/felinae98/nonebot-bison" },
|
||||
],
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user