navi/docs/contributions/documentation/README.md
alexis-opolka 9ab374d318 Update the documentation for contributions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-15 21:27:28 +01:00

971 B

Contribute documentation to Navi

If you don't want or can't code in Rust, we welcome all contributions, even more so if it's related to documentation.

The documentation of Navi is currently made in Markdown.

Markdown documentation

The documentation source files are located in the docs/ folder and are mainly grouped by features. The current documentation follows a structure where one folder equals one topic.

Here is a quick representation of the folder structure this documentation currently follows:

.
+-- docs
|   +-- examples
|   |   +-- <topic-examples>
|   +-- src
|   |   +-- <topic-source-files>
|   |   |   +-- <sorted-by-type>
|   +-- <topic>
|   |   +-- README.md

You can see that we have separated the src and examples folder from the topic with the intent to make it easier to find each type of documentation.

Note

It is recommended to not go deeper than 3 levels in the documentation.