https://github.com/redislabs/mkdocs-modules-template
https://github.com/redislabs/mkdocs-modules-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redislabs/mkdocs-modules-template
- Owner: RedisLabs
- License: mit
- Created: 2021-02-21T09:53:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T20:40:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T11:22:37.858Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdocs-modules-template
This MkDocs plugin extends [`mkdocs-material`](https://github.com/squidfunk/mkdocs-material) template, a
## Setup
Install the plugin using pip:
`pip install git+https://github.com/RedisLabs/mkdocs-modules-template.git`
Activate the plugin in `mkdocs.yml`:
```yaml
plugins:
- mkdocs-modules-template
```