Skip to content

Release v2.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 05:14
· 244 commits to refs/heads/main since this release
4503301

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==2.1.1

See it on pypi: https://pypi.org/project/mkdocs-simple-plugin

Docker

Pull it with docker

docker pull althack/mkdocs-simple-plugin:v2.1.1

See it on dockerhub: https://hub.docker.com/repository/docker/althack/mkdocs-simple-plugin

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v2.1.1

See it in the actions marketplace: https://github.com/marketplace/actions/mkdocs-simple-action

What’s Changed

🐛 Bug Fixes

  • Revert "Update options to use type-safe format (mkdocs 1.4) (#398)" (#404) @athackst
  • Fix deploy script handling of custom config file (#402) @athackst

🧰 Maintenance