Forked from
EDP / MKDocs Template
4 commits behind the upstream repository.
-
Romain Deville authoredVerifiede26353ba
release_notes.md 1.64 KiB
Release Notes

v1.0


v1.0.3 (13/05/2021)

-
Update documentation content. -
Update extra content through yaml_data·
files - Add new content
- Add documentation in template files
-
Improveplugins.py
behaviour- Convert
.format()
string intof""
string - Fix configuration management
- Convert
-
Upgrade pinned python dependencies

v1.0.2 (29/04/2021)

-
Update copyright in license content -
Improve handling of copyright in plugins.py script -
Remove useless file from tracked tree

v1.0.1 (29/04/2021)

-
Fix wrong assets path indocs/personal_template/create.md
-
Updateplugins.py
to latest release

v1.0.0 (29/04/2021)

First initial release of MkDocs Template
-
Add bunch of features:-
setup.sh
script to automatically install template, -
template
folder holding basic template files, scriptdocs/_data/plugins.py
to dynamically setupmkdocs.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
- Syntax and workflow configuration files such as
-
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.