mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
Add docs
This commit is contained in:
20
docs/index.html
Normal file
20
docs/index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="cleartype" content="on">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
|
||||
<title>XiaoKai Bot 文档</title>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user