Reference vs Explanation in the context of an HTTP API (SAAS) documentation #132
-
Hey all, So I find myself struggling somewhat when it comes to separating explanation and reference in documentation of a SAAS API (so: a network service, not a library). Here's broadly the "theoretical knowledge" content we'd like to document or have documented already:
At first I took a very literal interpretation of
and
so I thought "clearly all of this information describes the machinery and at one point or another is needed in order to operate it; it contains information needed to get work done". But that would mean that all of the above would go into the "Reference" section and "Explanation" would be empty. After having a look at Django documentation I'm now leaning towards something like:
I'd appreciate any and all feedback, suggestions, corrections etc. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
My conclusion would be the same. I'd approach this with a rule of thumb "if it's endpoint-related, it's reference, if it's a concept across endpoints or independent on endpoints, it's an explanation". And I'd interlink heavily between those two where suitable. |
Beta Was this translation helpful? Give feedback.
My conclusion would be the same. I'd approach this with a rule of thumb "if it's endpoint-related, it's reference, if it's a concept across endpoints or independent on endpoints, it's an explanation". And I'd interlink heavily between those two where suitable.