Skip to content
Snippets Groups Projects
Forked from EDP / MKDocs Template
4 commits behind the upstream repository.

Release Notes

:bookmark: v1.0

:bookmark: v1.0.3 (13/05/2021)

  • :pencil: Update documentation content.
  • :wrench: Update extra content through yaml _data· files
  • Add new content
  • Add documentation in template files
  • :sparkles: Improve plugins.py behaviour
    • Convert .format() string into f"" string
    • Fix configuration management
  • :arrow_up::pushpin: Upgrade pinned python dependencies

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

  • :pencil::page_facing_up: Update copyright in license content
  • :sparkles: Improve handling of copyright in plugins.py script
  • :fire: Remove useless file from tracked tree

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

  • :bug::bento: Fix wrong assets path in docs/personal_template/create.md
  • :bug: Update plugins.py to latest release

: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.