mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
update docs
This commit is contained in:
@ -18,7 +18,7 @@ module.exports = {
|
||||
],
|
||||
ga: 'UA-115509121-2',
|
||||
themeConfig: {
|
||||
repo: 'richardchien/nonebot',
|
||||
repo: 'nonebot/nonebot',
|
||||
docsDir: 'docs',
|
||||
editLinks: true,
|
||||
editLinkText: '在 GitHub 上编辑此页',
|
||||
|
3
docs/.vuepress/style.styl
Normal file
3
docs/.vuepress/style.styl
Normal file
@ -0,0 +1,3 @@
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Open Sans", "Helvetica Neue", "Noto Sans CJK SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", sans-serif;
|
||||
}
|
Reference in New Issue
Block a user