- All documentation should be written in CommonMark Markdown.
- If possible, please structure into dirs, this will make it easier to build a structure later.
See the following example
/docs
➜ tree
.
├── deploy.md
├── index.md
└── install.mdUse a file called index.md for creating a index (if needed)
➜ cat index.md
install.md
deploy.mdThank you!!