mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Update the documentation for contributions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
5827fc04a2
commit
9ab374d318
2 changed files with 26 additions and 3 deletions
|
|
@ -2,6 +2,5 @@
|
|||
|
||||
Like any other software, navi has bugs.
|
||||
|
||||
If you encounter an issue with Navi, we encourage you to open a bug ticket.
|
||||
|
||||
## A bug ticket structure
|
||||
If you encounter an issue with Navi, we encourage you to open a bug ticket.\
|
||||
Please see [https://github.com/denisidoro/navi/issues/](https://github.com/denisidoro/navi/issues/) to open an issue.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,27 @@ 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:
|
||||
|
||||
```txt
|
||||
.
|
||||
+-- 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue