Skip to content
Snippets Groups Projects
Verified Commit c1dd0c7c authored by Romain Deville's avatar Romain Deville
Browse files

:twisted_rightwards_arrows: :bookmark:v1.0.0 into develop

:bookmark: v1.0.0 (29/04/2021)

First initial release of MkDocs Template

- :sparkles: Add bunch of features:
    - `setup.sh` script to automatically install template,
    - `template` folder holding basic template files, script
      `docs/_data/plugins.py` to dynamically setup `mkdocs.yml` configuration
      and schema and template for files read by the script
- :wrench: Add bunch of configuration files:
    - Syntax and workflow configuration files such as `.editorconfig`,
      `.yamllint`, `pyproject.toml`
- :construction_worker: Add CI which test the scripts (bash and python), build the
  documentation and deploy it
- :pencil::bento: Add the documentation describing the usage of the template with needed
  assets.
- :page_facing_up: Add licenses, MIT and Beer-Ware.
parents 94f19bda 3595aa08
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,21 @@ Modified content will be overwritten when updating
<!-- END MKDOCS TEMPLATE -->
## 🔖 v1.0.0 <small>(29/04/2021)</small>
First initial release of MkDocs Template
- ✨ Add bunch of features:
- `setup.sh` script to automatically install template,
- `template` folder holding basic template files, script
`docs/_data/plugins.py` to dynamically setup `mkdocs.yml` configuration
and schema and template for files read by the script
- 🔧 Add bunch of configuration files:
- Syntax and workflow configuration files such as `.editorconfig`,
`.yamllint`, `pyproject.toml`
- 👷 Add CI which test the scripts (bash and python), build the
documentation and deploy it
- 📝🍱 Add the documentation describing the usage of the template with needed
assets.
- 📄 Add licenses, MIT and Beer-Ware.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment