-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
017c835
commit f5d98cb
Showing
3 changed files
with
29 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Documentation Guidelines | ||
|
||
## Introduction | ||
|
||
This guide provides basic guidelines for you to write neat documentation. | ||
|
||
## General conventions | ||
|
||
* Page title: Capitalize the first letter of every word. Like this page title | ||
* Check spelling and grammatical corrections using tools such as Grammarly. | ||
* Use Gitbook's "Heading 1, Heading 2" etc for headings | ||
* Headings must use lowercase except for the first letter. E.g. "Code of conduct" | ||
* Provide reference links to the text as applicable. | ||
* Provide a link at the first mention of a new/different topic. For example, if the guide is talking about installing the SmartScanner app, and the WireGuard app is mentioned, then provide the link for WireGuard. | ||
* Avoid using ":" in a heading. E.g. "Design choices:"  | ||
* Use clear and crisp images - the images should not appear blurred when seen on full screen. | ||
* If you are adding image files, make sure all file names are lower case with hyphens. E.g `architecture-diagram.png`. | ||
* The filename for images should follow the naming convention of every word in lower case, and words separated by hyphens i.e. view-all-programs.png. | ||
|
||
## User guides | ||
|
||
In addition to the above while writing user guides follow these conventions: | ||
|
||
* Use second-person pronouns i.e. you, your, etc. in the instructions/steps. | ||
* Use the italicized font for UI elements i.e. dashboard names, button labels, information fields, etc. | ||
* Use the exact name and case for the UI elements as shown in the user interface. | ||
* Use quotes for a phrase/word if the phrase/word has to be represented as is. | ||
* |