mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
Update docs config
This commit is contained in:
parent
e9ba2344e6
commit
39b04b880a
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'NoneBot',
|
title: 'NoneBot',
|
||||||
description: '基于酷 Q 的 Python 异步 QQ 机器人框架',
|
description: '基于酷 Q 的 Python 异步 QQ 机器人框架',
|
||||||
// serviceWorker: true,
|
serviceWorker: true,
|
||||||
markdown: {
|
markdown: {
|
||||||
lineNumbers: true
|
lineNumbers: true
|
||||||
},
|
},
|
||||||
@ -12,6 +12,12 @@ module.exports = {
|
|||||||
editLinkText: '在 GitHub 上编辑此页',
|
editLinkText: '在 GitHub 上编辑此页',
|
||||||
lastUpdated: '上次更新',
|
lastUpdated: '上次更新',
|
||||||
activeHeaderLinks: false,
|
activeHeaderLinks: false,
|
||||||
|
serviceWorker: {
|
||||||
|
updatePopup: {
|
||||||
|
message: "发现新内容可用",
|
||||||
|
buttonText: "刷新"
|
||||||
|
}
|
||||||
|
},
|
||||||
nav: [
|
nav: [
|
||||||
{ text: '指南', link: '/guide/' },
|
{ text: '指南', link: '/guide/' },
|
||||||
{ text: '进阶', link: '/advanced/' },
|
{ text: '进阶', link: '/advanced/' },
|
||||||
|
Loading…
Reference in New Issue
Block a user