See it on pypi: [https://pypi.org/project/mkdocs-simple-plugin](https://pypi.org/project/mkdocs-simple-plugin/0.4.0/)
Docker
Pull it with docker
bash
docker pull athackst/mkdocs-simple-plugin:latest
See it on dockerhub: [https://hub.docker.com/repository/docker/athackst/mkdocs-simple-plugin](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](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
* Update docker readme + small formatting fixes (107) athackst
* switch to .pages (106) athackst
* update default regex and dockerfiles (105) athackst
* Bump mkdocs-material from 6.2.6 to 6.2.8 (104) dependabot
* Bump pymdown-extensions from 8.1 to 8.1.1 (101) dependabot
* Bump mkdocs-material from 6.2.5 to 6.2.6 (102) dependabot
* Bump mkdocs-material from 6.2.4 to 6.2.5 (100) dependabot
* format comments to pass pydocstyle linter (99) athackst
* remove building by default in mkdocs_simple_gen (98) athackst
* feat: Allow semiliterate patterns with multiple "modes" of extraction (97) gwhitney
* add vscode debugger settings (95) athackst
* fix: Allow a semiliterate destination without a matching group in pattern (94) gwhitney
* Bump mkdocs-material from 6.2.3 to 6.2.4 (92) dependabot
* use semiliterate to generate documentation (91) athackst
* update autopep8 to be aggressive, ran formatter (90) athackst
* Add test for mkdocstrings inside extracted documentation from code (89) athackst
* feat: Extract documentation from source files (85) gwhitney
* added ability to read site_dir from config file (87) athackst
* Add options to guard deploy testing. (86) athackst
* Bump release-drafter/release-drafter from v5.12.1 to v5.13.0 (83) dependabot
* Bump mkdocs-material from 6.2.2 to 6.2.3 (84) dependabot
* Bump pymdown-extensions from 8.0.1 to 8.1 (80) dependabot
* Feature/continuous release (82) athackst
* Feature/update release workflow (81) athackst
* Bump mkdocs-material from 6.1.7 to 6.2.2 (79) dependabot
* Create codeql-analysis.yml (78) athackst