mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-13 05:48:41 +00:00
17 lines
707 B
Markdown
17 lines
707 B
Markdown
# Documentation
|
|
|
|
A documentation can be added to every module by adding the `Docs/Help/{lang}` directory in the module. The language directory needs to be a 2 character ISO code. Inside of this directory you can add/find all the documentation files provided by the module.
|
|
|
|
Mandatory files are a `SUMMARY.md` file which contains the list of all documents and a `introduction.md` file which contains a general description of the module.
|
|
|
|
## SUMMARY.md example
|
|
|
|
```md
|
|
# Table of Contents
|
|
|
|
* [Link Name 1]({%}&page=Help/document_name_1)
|
|
* [Link Name 2]({%}&page=Help/document_name_2)
|
|
* [Link Name 3]({%}&page=Help/document_name_3)
|
|
```
|
|
|
|
 |