A MkDocs plugin that applies doubleSlash style to your documentation.
- Install the plugin via
pip:
pip install mkdocs-doubleslash-theme- Add the plugin to your
mkdocs.ymland enable themkdocs-materialtheme:
theme: material
plugins:
- search
- mkdocs-doubleslash-theme- Thats it! The doubleSlash theme is now applied to your documentation.
For detailed instructions and a demo, please read the documentation.
Run ./local-preview in your terminal to build and run a MkDocs server with the plugin installed,
serving on http://127.0.0.1:8000/.
Manually trigger the release workflow via GitHub Actions, which will auto-bump the plugin version and perform the release process.
PyPi publishing is set up via trusted publishing.
mkdocs-doubleslash-theme is licensed under the Apache License, Version 2.0.