Mkdocs-simple-plugin

Latest version: v3.1.0

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

0.9.0

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

yaml
- 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](https://github.com/marketplace/actions/mkdocs-simple-action)

What’s Changed

:rocket: New

* Add site_dir to github action (184) athackst

:bug: Bug Fixes

* fix bug in generator script + add unit tests (182) athackst

:toolbox: Maintenance

* Update dockerfile and requirements (188) athackst
* support venv in docker (183) athackst

Dependency Updates

* Update dockerfile and requirements (188) athackst

0.8.1

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

yaml
- 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](https://github.com/marketplace/actions/mkdocs-simple-action)

What’s Changed

:bug: Bug Fixes

* fix bug in config file setting in action (181) athackst

Dependency Updates

* Bump mkdocs-material from 7.1.5 to 7.1.6 (180) dependabot

0.8.0

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

yaml
- 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](https://github.com/marketplace/actions/mkdocs-simple-action)

What’s Changed

:rocket: New

* Add additional config options to action (177) athackst

:toolbox: Maintenance

* update devcontainer (179) athackst
* Update links to website (174) athackst
* Simplify pypi release to just use github action + cleanup (168) athackst

:memo: Documentation

* Fix readme grammar (175) athackst
* Update docker badge (169) athackst

Dependency Updates

* Bump docker/build-push-action from 2.4.0 to 2.5.0 (176) dependabot
* Bump click from 8.0.0 to 8.0.1 (173) dependabot
* Bump mkdocs-material from 7.1.4 to 7.1.5 (172) dependabot
* Bump pydocstyle from 6.0.0 to 6.1.1 (171) dependabot
* Bump mkdocstrings from 0.15.0 to 0.15.1 (170) dependabot

0.7.0

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

yaml
- 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](https://github.com/marketplace/actions/mkdocs-simple-action)

What’s Changed

:rocket: New

* Capture all lines in scripts after start pattern until stop. (153) athackst

:toolbox: Maintenance

* fix docker release workflow (151) athackst
* update publish docs task (150) athackst

:memo: 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

* Bump TimonVS/pr-labeler-action from 3 to 3.1.0 (167) dependabot
* Bump docker/login-action from 1 to 1.9.0 (166) dependabot
* Bump actions/checkout from 2 to 2.3.4 (165) dependabot
* Bump docker/build-push-action from 2 to 2.4.0 (164) dependabot
* Bump click from 7.1.2 to 8.0.0 (163) dependabot
* Bump pymdown-extensions from 8.1.1 to 8.2 (161) dependabot
* Bump flake8 from 3.9.1 to 3.9.2 (162) dependabot
* Bump mkdocs-material from 7.1.3 to 7.1.4 (160) dependabot
* Bump mkdocs-material from 7.1.2 to 7.1.3 (159) dependabot
* Bump mkdocs-material from 7.1.1 to 7.1.2 (158) dependabot
* Bump flake8 from 3.9.0 to 3.9.1 (157) dependabot
* Bump actions/setup-python from v2.2.1 to v2.2.2 (156) dependabot
* Bump mkdocs-material from 7.1.0 to 7.1.1 (155) dependabot

0.6.0

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

yaml
- 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](https://github.com/marketplace/actions/mkdocs-simple-action)

What’s Changed

:rocket: New

* use full path glob matching for ignore folders (144) athackst

:bug: 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

:toolbox: Maintenance

* add build script (148) athackst
* Add example readme generator. (145) athackst
* Update grep results to grab all lines (143) athackst
* fixed vscode clean task (142) athackst
* Update release workflow to use VERSION file (135) athackst

:memo: Documentation

* use more snippets in docs (146) athackst
* update readme (140) athackst

Dependency Updates

* Bump mkdocs-material from 7.0.6 to 7.1.0 (149) dependabot

0.5.0

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

yaml
- 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](https://github.com/marketplace/actions/mkdocs-simple-action)

What’s Changed

:rocket: New

* Add snippet extraction from source files (122) athackst

:toolbox: Maintenance

* cleanup workflows and update release-drafter template (134) athackst
* Maint/fix typo (133) athackst
* update setup.py at each release draft (132) athackst
* update release drafter settings (131) athackst
* fix path generation to only save watch paths (125) athackst
* Refactor semilterate to a class (121) athackst
* Bugfix/fix testing (120) athackst

:memo: Documentation

* Seperate extraction into a module, update doc comments (128) athackst
* Update examples for website (124) athackst

Dependency Updates

* Bump pydocstyle from 5.1.1 to 6.0.0 (130) dependabot
* Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (129) dependabot
* Bump mkdocs-material from 7.0.5 to 7.0.6 (127) dependabot
* Bump flake8 from 3.8.4 to 3.9.0 (126) dependabot
* Bump mkdocs-macros-plugin from 0.5.0 to 0.5.5 (118) dependabot
* Bump mkdocs-material from 7.0.3 to 7.0.4 (119) dependabot
* Bump mkdocs-material from 7.0.2 to 7.0.3 (117) dependabot
* Bump mkdocs-material from 7.0.0 to 7.0.2 (115) dependabot
* Bump mkdocs-material from 6.2.8 to 7.0.0 (113) dependabot
* Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (111) dependabot

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.