TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is the technical document format that you use?

6 pointsby wizardofmysoreabout 6 years ago
I am gathering the best practices around technical documentation.<p>What is the format that you use? How do you keep them updated? What tools do you use to write the document? What diagrams are a part of it?

4 comments

CyberFonicabout 6 years ago
In our work, all the technical documents are published on our intranet site. We discourage printed documentation as it can quickly get out of date and under pressure people have been known to use the wrong documents and make the problem they are trying to solve worse. Of course, you can always print from website if heading into a secure data centre where external access is locked down and unvetted notebooks are not permitted.<p>Most of the documents are created in MarkDown and the web pages are updated using Makefiles. Diagrams are preferably in GraphViz, compiled to PNGs and included as images. When GraphViz is unsuitable, LibreOffice draw and export as PNGs.<p>We also take high-res photos of equipment layouts, etc, annotate them with GIMP and include the exported JPGs.
throwaway413about 6 years ago
I like to use Markdown for docs, and Vue for frontends, so VuePress (<a href="https:&#x2F;&#x2F;vuepress.vuejs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vuepress.vuejs.org&#x2F;</a>) does a great job checking off a bunch of functionality I want out of the box.
rman666about 6 years ago
That’s a big set of questions! But let’s start with the obvious: Microsoft Word - PDF files - Plain Text - HTML - Various Wikis. But how does this obvious response help anyone? What are you trying to accomplish?
评论 #19450449 未加载
ezekgabout 6 years ago
Markdown for docs, MonoDraw for diagrams.