Ask HN: 如何端到端地生成产品文档?
2 分•作者: sarabande•6 个月前
我手头现有一个手写的知识库,其中包含应用程序的截图、带有标准 CI/CD 流程的代码库,以及 API,其文档是根据 OpenAPI 规范自动生成的。<p>现在有没有一种便捷的方法,可以将这些软件串联起来,以便在新的代码库提交时,产品文档(包括截图)能够完全自动生成?有没有人尝试过一些工具链,包括付费工具,并且在实际应用中取得了成功?
查看原文
I have an existing handwritten knowledgebase with screenshots of an app, a codebase with standard CI/CD pipelines, and an API whose docs are autogenerated against an OpenAPI spec.<p>Is there a convenient way these days to chain software together so that product documentation, including screenshots, is completely autogenerated on new codebase commits? Anyone tried some chain of tools, including paid ones, that works successfully in the wild?