mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 03:57:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user