docs: add support for badge shortcodes in documentation

This will allow us to add little icons to various parts of the docs to denote when something is for a particular scheduler only.
This commit is contained in:
Jose Diaz-Gonzalez
2024-01-29 12:43:38 -05:00
parent 2e66cee50f
commit cf0623407c
4 changed files with 147 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ markdown_extensions:
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
@@ -47,6 +47,8 @@ extra:
link: https://dokku.dpdcart.com/cart/add?product_id=217344&method_id=236878
version:
provider: mike
hooks:
- docs/_build/hooks.py
theme:
custom_dir: docs/_overrides