Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.0.3
    🔖 v1.0.3
    
    - 📝 Update documentation content.
    - 🔧 Update extra content through yaml `_data·` files
        - Add new content
        - Add documentation in template files
    - ✨ Improve `plugins.py` behaviour
        - Convert `.format()` string into `f""` string
        - Fix configuration management
        - Improve management of internal and external subrepo
    - ⬆📌 Upgrade pinned python dependencies
    
  • v1.0.2
    🔖 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
    🔖 v1.0.1 (29/04/2021)
    
    - 🐛🍱 Fix wrong assets path in `docs/personal_template/create.md`
    - 🐛 Update `plugins.py` to latest release
    
  • v1.0.0
    🔖 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, 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.