Open
Description
这里将讨论和文档有关的问题,帮助你了解这个项目
- docs 目录
- 首先在本项目的 ./docs 目录下,有一些我从 readme.md 中拆分出来的细节文档。
- 质量一般,对于了解项目代码几乎没有帮助
- 主要面对使用者编写
首先,很抱歉个人精力有限,无法提供及时的文档更新和维护
但是,我找到了一些替代方案帮助你了解这个项目,特别是对于想 Fork 或者 Contributing 的朋友提供支持。
- deepwiki
- https://deepwiki.com/lenML/Speech-AI-Forge/1-overview
- 文档质量很高,但是带有一些奇怪的东西(误解)
- 对于需要了解项目架构挺有帮助
- 目前还没支持实时更新,准备接入
- Swagger UI
- https://raw.githubusercontent.com/lenML/Speech-AI-Forge/refs/heads/main/docs/openapi.json
- 项目目录下
./docs/openapi.json
下会更新上传一个本项目的 openapi 自动生成文件,这个文件可以用于在线预览api (这和启动api服务之后查看http://localhost:7870/docs
是一样的,但是某些情况提供这个文件会更方便) - 下面是一些可以在线浏览的网站
- https://petstore.swagger.io/?url=https://raw.githubusercontent.com/lenML/Speech-AI-Forge/refs/heads/main/docs/openapi.json
- https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/lenML/Speech-AI-Forge/refs/heads/main/docs/openapi.json
- https://generator3.swagger.io/index.html?url=https://raw.githubusercontent.com/lenML/Speech-AI-Forge/refs/heads/main/docs/openapi.json
- https://forge.etsi.org/swagger/editor/?url=https://raw.githubusercontent.com/lenML/Speech-AI-Forge/refs/heads/main/docs/openapi.json