https://github.com/textileio/mkdocs-codeyaml-plugin
Allows for more than one yaml config in mkdocs
https://github.com/textileio/mkdocs-codeyaml-plugin
Last synced: about 1 year ago
JSON representation
Allows for more than one yaml config in mkdocs
- Host: GitHub
- URL: https://github.com/textileio/mkdocs-codeyaml-plugin
- Owner: textileio
- Created: 2019-04-30T19:39:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T22:11:50.000Z (over 7 years ago)
- Last Synced: 2025-05-13T17:45:52.993Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mkdocs-codeyml-plugin
*A MkDocs plugin that injects the mkdocs.yml extra variables PLUS extra YML files into the markdown template*
based on the great [mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin/)
**usecase**
```
We wanted language specific yml files to hold necessary code snippets
```