Website source for docs.oc.tc. Uses the ruby staticmatic gem to build a static documentation website.
- Markdown should be used for content and haml for layout and data. ¹
- Care should be taken when removing trailing whitespace since markdown uses two spaces to create a newline.
Pull requests should have the following things:
-
The commits should have a descriptive message and which is not in the past tense.
For example:
Describe the XYZ module with more detail.
orAdd detailed description for XYZ.
is good, but:Added XYZ.
isn't. -
Content should be grammatically correct and the spelling should be US English, e.g. Color not Colour.