Skip to content

Releases: athackst/mkdocs-simple-plugin

Release v1.1.1

29 Apr 03:57
938f682
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==1.1.1

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

Docker

Pull it with docker

docker pull althack/mkdocs-simple-plugin:v1.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:v1.1.1

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

What’s Changed

🐛 Bug Fixes

🧰 Maintenance

  • revert pre-hook due to continuous recompile during serve (#311) @athackst
  • Use mkdocs-click for command line documentation (#306) @athackst
  • Fix launch files and update pylint settings (#305) @athackst
  • Refactor test structure and rename files. (#304) @athackst
  • Add mkdocs-simple-hooks to run gen_readme script in pre-build (#302) @athackst
  • Cleanup requirements and setup.py dependencies (#301) @athackst

Dependency Updates

Release v1.1.0

02 Apr 05:36
1474fcb
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==1.1.0

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

Docker

Pull it with docker

docker pull althack/mkdocs-simple-plugin:v1.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:v1.1.0

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

What’s Changed

🚀 New

🐛 Bug Fixes

🧰 Maintenance

Dependency Updates

81 changes

Release v1.0.0

10 Jun 15:22
473525a
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==1.0.0

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

Docker

Pull it with docker

docker pull althack/mkdocs-simple-plugin:v1.0.0

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

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v1.0.0

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

What’s Changed

⚡ Breaking

🧰 Maintenance

  • Remove livereload as a dependency now that mkdocstrings is updated (#193) @athackst
  • Move docker images to althack (#189) @athackst

Dependency Updates

Release v0.9.0

09 Jun 05:11
a10545a
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==0.9.0

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

Docker

Pull it with docker

docker pull athackst/mkdocs-simple-plugin:v0.9.0

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

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v0.9.0

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

What’s Changed

🚀 New

🐛 Bug Fixes

🧰 Maintenance

Dependency Updates

Release v0.8.1

31 May 06:55
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==0.8.1

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

Docker

Pull it with docker

docker pull athackst/mkdocs-simple-plugin:v0.8.1

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

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v0.8.1

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

What’s Changed

🐛 Bug Fixes

Dependency Updates

Release v0.8.0

31 May 05:28
f7a369a
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==0.8.0

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

Docker

Pull it with docker

docker pull athackst/mkdocs-simple-plugin:v0.8.0

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

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v0.8.0

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

What’s Changed

🚀 New

🧰 Maintenance

📝 Documentation

Dependency Updates

Release v0.7.0

15 May 21:39
c6207be
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==0.7.0

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

Docker

Pull it with docker

docker pull athackst/mkdocs-simple-plugin:v0.7.0

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

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v0.7.0

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

What’s Changed

🚀 New

  • Capture all lines in scripts after start pattern until stop. (#153) @athackst

🧰 Maintenance

📝 Documentation

  • Add information on how to run tests without ./tests/test.sh (#154) @athackst
  • correct site names in examples to use folder name (#152) @athackst

Dependency Updates

Release v0.6.0

30 Mar 05:14
87d6fd8
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==0.6.0

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

Docker

Pull it with docker

docker pull athackst/mkdocs-simple-plugin:v0.6.0

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

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v0.6.0

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

What’s Changed

🚀 New

  • use full path glob matching for ignore folders (#144) @athackst

🐛 Bug Fixes

  • return replace to original implementation by fixing drop lines (#141) @athackst
  • fix: Make extraction w/ no start pattern active from beginning (#138) @gwhitney

🧰 Maintenance

📝 Documentation

Dependency Updates

Release v0.5.0

21 Mar 21:12
4f920db
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==0.5.0

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

Docker

Pull it with docker

docker pull athackst/mkdocs-simple-plugin:v0.5.0

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

Github

- name: Build docs
  uses: athackst/mkdocs-simple-plugin:v0.5.0

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

What’s Changed

🚀 New

🧰 Maintenance

📝 Documentation

Dependency Updates

Release v0.4.0

08 Feb 06:55
Compare
Choose a tag to compare

Get it

Python

Install it with pip

pip install mkdocs-simple-plugin==0.4.0

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

Docker

Pull it with docker

docker pull athackst/mkdocs-simple-plugin:latest

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

Github

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

What’s Changed

This version adds the semiliterate extension, which lets you extract documentation from your source files with fenced blocks.

Changelist