This is the documentation repository for banbot. This project uses vitepress to generate the documentation site.
You can download this repository and open it with cursor, then use @codebase in chat to quickly ask questions about all the documents.
You can also use this repository as a knowledge base and interact with it through AI tools like cherry studio.
It is divided into three sub-documentation sites:
- bot: The bot documentation site https://www.banbot.site
- exg: The exchange documentation site
- ta: The technical indicator library documentation site
To compile the bot documentation:
npm run bot:build
Then package the output directory bot\.vitepress\dist
and upload it to the server:
这是banbot的文档仓库,本项目使用vitepress生成文档站点。
您可下载此仓库,然后使用cursor打开,在chat中使用@codebase快速对全部文档进行问答。
您也可将此仓库作为知识库,通过cherry studio等AI工具问答。
分为三个子文档站点:
- bot: 机器人文档站点 https://www.banbot.site
- exg: 交易所文档站点
- ta: 技术指标库文档站点
编译机器人文档:
npm run bot:build
然后打包输出目录bot\.vitepress\dist
上传到服务器: