The user documentation is
- stored in
/docsfolder, - written in Markdown following the GitHub Flavored Markdown specification,
- rendered by
mkdocs-material, - published on
docs.dev.wopee.io(fromautonomous-testing/docsrepo) and ondocs.wopee.io(fromautonomous-testing/docs-prodrepo) usingGitHub Pages.
Images used in documentation are
- stored in
/docs/imgfolder, - foldered by name of markdown file where image is used.
Remeber to add redirects to original pages into mkdocs.yml when changing pages structure.
To preview the documentation locally, you can use the following command:
make serve