简单方便的自建 " Nonebot 文档 "
Nonebot docs alias for Koishi Document
Note
* Currently, no public deploy supported * 暂不支持公共部署
- caddy
80 and 443 ports available
80 和 443 端口未被占用
See https://caddyserver.com/docs/command-line#caddy-trust
git clone [https://](https://github.com/CyanChanges/nonebot.dev)https://github.com/CyanChanges/nonebot.devgh repo clone CyanChanges/nonebot.devcd nonebot.dev
caddy start -c CaddyfileSH:
sudo echo "127.0.0.1 nonebot.dev" >> /etc/hostsNushell:
echo "127.0.0.1 nonebot.dev" | save -a /etc/hostsOpen C:\Windows\System32\drivers\etc\hosts
with your favourite editor (nodepad, code, nvim, etc.) as Administrator
用你喜欢的编辑器
打开 C:\Windows\System32\drivers\etc\hosts (需要以管理员权限运行)
Add following line at the end of the hosts file
加入以下内容到文件结尾
127.0.0.1 nonebot.dev