Example
The current documentation you are reading is actually using the custom template Mkdocs Template R.Deville.
This custom template add a lots of things such as :
.gitlab-ci.yamlwith basic CI file at the root of the repo to later be extended and another CI file to only test and build the documentation,- Workflow files definining some syntax rules such as
.editorconfig,.yamllint,pyproject.toml(which also define basic test usingtox), README.md, a template of README which is automatically updated with the scriptpost_setup.sh,mkdocs.ymlwith more plugins and more configuration than the basic file.- A default
docs/_data/vars.yamlfile, - A complete theme using new plugins defined in
mkdocs.ymlwith custom CSS, javascript, images, etc., - A predefined basic
docscontent, - And many more things.
Below is an example of the rendering of the preview of the basic template and the custom template.
Last update:
May 6, 2021

