Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 03:35
· 250 commits to refs/heads/main since this release
a9a1f68

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==2.1.0

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

Docker

Pull it with docker

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

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

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

What’s Changed

🚀 New

  • Update options to use type-safe format (mkdocs 1.4) (#398) @athackst

🧰 Maintenance