Writing Documentation¶
This page discusses how to contribute documentation for Docuisine. We use Zensical to write documentation by using markdown syntax. We use GitHub Pages to host the documentation website.
Getting Started¶
Note
Installing git, uv and Python are essential requirements to work with this project.
If you don't have Python 3.13 on your machine, simply write uv python install 3.13 on your favourite terminal.
-
Clone the git repository of the project
-
Move into the directory
-
Install dependencies
-
Start the local documentation server and start writing!
Formatting¶
It is imperative to read the official Zensical documentation if you need to use features such as content tabs, grids, diagrams, advanced formatting, etc.
Configuration¶
If a change in the project configuration file zensical.toml is needed, read this relevant documentation for a detailed manual.