Contribution guide

Docs are written in Markdown format and rendered with Hugo.

Docs for a module named example_module should exist in the folder content/modules/example_module/index.md.

You can use Decap CMS to contribute changes to docs. Just click here: ✏️ CMS.

All contributions are covered by the CC-BY-4.0 license.

How this site is built

This part of the docs gets a bit technical. 🧑‍💻

This is a static site. Just old plain HTML files being served. That means that there’s no database or controller involved. Well, actually our “database” is Git and our API provider is Github.

Of course, we don’t write those HTML files by hand (almost). We use an SSG (Static Site Generator) called Hugo. It helps reducing boilerplate. It also allows most of our content to be written in Markdown, with some extra (meta)data in their front matter sections.

To make contributing easier for humans, we support contributions made by Decap CMS in Open Authoring mode. Basically, it’s a more user-friendly UI for the same fork, clone, push, PR process of any other Github repo. Of course, you can still do that directly instead, if you prefer.

Those HTML files are deployed in Netlify. They provide some extra benefits over plain Github Pages: