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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to maintain a killer product documentation page

5 点作者 kostarelo将近 3 年前
Sometimes I&#x27;m being impressed by a very thorough, well structured, always up to date documentation page.<p>Stripes&#x27;, Slacks&#x27; and Jiras&#x27; documentation pages are the first three that comes into my mind (I&#x27;m sure people will have different experiences but still I&#x27;m sure lots of them will agree with me that these are exceptionally good documentation pages).<p>I&#x27;ve never been in an organisation where we were maintaining such pages and I&#x27;m not sure what is the process of writing them. On the contrary, my experience have usually been a state where the product requirements, the actual end product and the documentation being somewhat out of sync.<p>How would you describe the process of maintaining a great product documentation page?<p>Thanks :)

3 条评论

zkirill将近 3 年前
We generate a static website using Hugo and a documentation theme. [1] Non-technical members of our team can use Markdown easily and publish changes on their own schedule thanks to a very simple but sturdy CI&#x2F;CD setup (GitHub Actions and NGINX).<p>Stripe&#x27;s documentation is way over-engineered and wasteful IMO, and probably requires a massive team to maintain.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;alex-shpak&#x2F;hugo-book" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alex-shpak&#x2F;hugo-book</a>
superfreek将近 3 年前
It&#x27;s all about putting in the work. Not much programming expertise required.
p0d将近 3 年前
Good content and a good TOC.