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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What do you all use for your documentation / help / community software?

6 点作者 chunkyslink将近 14 年前
I'm currently looking to write some help docs and documentation. I'm considering a standard wiki but wondered if anyone has any better experiences.<p>Edit: I've got a web app and I'd like to provide help in the form of a set of web pages. I need something simple and wondered what you all used.

2 条评论

p4bl0将近 14 年前
I think that the answer to your question, as many other, is "it depends", because it is too open. What kind of documentation? For what kind of tool? Is it a web app? Is it a programming language? A library or a framework? Is it a desktop app? Also, who is the target of this documentation? Everyone? Programmers?<p>Depending on the answer to these questions, the answer to your question could vary from "make a video tutorial" to "write some man pages and a good README file" (with "FAQ page", "wiki", "html and/or pdf complete reference" in between).<p>If your question is more about the "how" than the "what" then I suggest using a format which you can compile to different othe format such as HTML, PDF and man page (I already worked with DocBook but I didn't like it very much, maybe reStructuredText is a good candidate I'll have to try some day).
LarryA将近 14 年前
I find dokuwiki to be a great wiki - does not need a database if you don't want one. Stores data as text files and images, so easy to look at source data. The access system is nice, can set up access groups. With the right template you can make it into a nice little CMS. Have used it at work and Staff seem to be able to get a handle of it pretty easily.