diff options
author | John Nduli | 2024-07-16 19:13:01 +0300 |
---|---|---|
committer | SidiBlak | 2024-07-17 08:40:32 -0500 |
commit | 909c885659761f46efec1bca253637b096ed3929 (patch) | |
tree | b6bea631fd86409bb42315f6fc17baa06c64146d | |
parent | a28c4fde287c5194cc1fe6dcd31a4ae3f8e68696 (diff) | |
download | gn-gemtext-909c885659761f46efec1bca253637b096ed3929.tar.gz |
docs: add initial docs and prefefences for guides
-rw-r--r-- | topics/documentation/guides_vs_references.gmi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/topics/documentation/guides_vs_references.gmi b/topics/documentation/guides_vs_references.gmi new file mode 100644 index 0000000..b507623 --- /dev/null +++ b/topics/documentation/guides_vs_references.gmi @@ -0,0 +1,11 @@ +# Guides Vs References + +Before coming up with docs, figure out their use. It can either be as a guide (provides solutions to problems encountered) or a reference (similar to man pages, where we provide detailed explanations). + +For guides: + +* Be as brief as possible, providing reference links for users that want to explore i.e. don't aim from completeness, but rather practicality. +* Prefer providing code or command snippets where possible. +* Preferable have another team member review the docs. This helps eliminate blindspots due to our current knowledge. +* Organize the document in such a way that it starts with the most actionable steps. +* Avoid stream of consciousness writing. |