Examples of good reference docs (from anywhere)? #105
Replies: 4 comments
-
This is a little more general than an example, but this is the "documentation paradigm" I mentioned in one of the discussions: https://documentation.divio.com/. It seems very effective and the central point of it is that you must consider the use case/audience you are writing for every time you write a piece of documentation, which I think this group will need to keep in mind since we discussed how certain pages are going to be catered to different audiences. |
Beta Was this translation helpful? Give feedback.
-
I love that taxonomy! I'm going to start adopting in our discussions to help clarify the focus of the different things we write. |
Beta Was this translation helpful? Give feedback.
-
@lizcconrad, excellent link, and material... |
Beta Was this translation helpful? Give feedback.
-
I worked on the .Net Framework so I thought I'd see if they have anything we can copy. The top level overview page clearly directs people towards the different categories: Tutorials (Create your application), HowTos (Develop .NET apps), Explanation (.NET concepts), Reference (API and language reference). The docs seem to broken into main "sites" that have independent table of contents trees on the left side:
Explanation DocsExplanation docs are not versioned, which makes sense since they are conceptual and the high level concepts don't change all that much. I assume they have notes in them about version differences if there were any. If you look at a conceptual topic like Assemblies in .Net it has some Explanation and some simple Tutorials in in. Reference DocsReference docs are versioned. The entire TOC on the left refers to a particular version and you have to choose which you look at. They have a good writeup on the Reference docs experience that talks about their "Reference Docs browser" works, how they do versioning, searching, etc. If you look at a particular reference topic like SearchDoing a search using the text box on the upper right corner searches across everything as far as I can tell. If you do a search for "system.string" (which would be like searching for something like As far as I can tell, it only searches against the latest version of the reference docs though. If you click a Take-awaysI like using the basic model of:
|
Beta Was this translation helpful? Give feedback.
-
(I don't know if this works, but) @delph-in/erdw , this thread is for collecting good examples of reference documentation, even if it is just one part of something. Please post and describe what we might want to copy/emulate!
Beta Was this translation helpful? Give feedback.
All reactions