mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-22 20:06:42 +00:00
Fix docs
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user