mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
Fix docs
This commit is contained in:
parent
c9cfa24feb
commit
8d9cf4aa8e
@ -1,8 +1,7 @@
|
||||
self.$config = {
|
||||
docute.init({
|
||||
title: 'XiaoKai Bot 文档',
|
||||
home: 'https://raw.githubusercontent.com/CCZU-DEV/xiaokai-bot/master/README.md',
|
||||
repo: 'CCZU-DEV/xiaokai-bot',
|
||||
url: 'https://cczu-dev.github.io/xiaokai-bot',
|
||||
nav: {
|
||||
default: [
|
||||
{
|
||||
@ -34,4 +33,4 @@ self.$config = {
|
||||
]
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
});
|
||||
|
@ -9,12 +9,10 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/docute@latest/dist/docute.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- don't remove this part -->
|
||||
<div id="app"></div>
|
||||
<script src="./config.js"></script>
|
||||
<script src="https://unpkg.com/docute@latest/dist/docute.js"></script>
|
||||
<!-- don't remove this part -->
|
||||
<script src="https://unpkg.com/highlight-languages/python.js"></script>
|
||||
<script src="https://unpkg.com/highlight-languages/bash.js"></script>
|
||||
<script src="./config.js"></script>
|
||||
<script src="https://unpkg.com/prismjs/components/prism-python.min.js"></script>
|
||||
<script src="https://unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user