TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you use Git for docs?

2 点作者 cborenstein超过 6 年前
I&#x27;m pursuing a project around engineering team notes and I’m looking to gather more information about what docs are most useful to engineering teams. I&#x27;d like to learn -<p>* How do you use git for docs? * What processes do you have around git? How do you use PR templates? Do you have commit standards?

1 comment

edoceo超过 6 年前
Ours are asciidoc for written stuff and generate from code with doxygen.<p>We use asciidoctor with plantuml plugin.<p>Many commits have changes in both .&#x2F;doc and .&#x2F;src. And we build them via makefile