diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index deb9a4c6e..d9b87b818 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,9 +25,9 @@ plugins: lang: en - social: cards: true - cards_color: - fill: "#fd6a00" - text: "#fafaff" + cards_layout_options: + background_color: "#fd6a00" + color: "#fafaff" - swagger-ui-tag: supportedSubmitMethods: [] syntaxHighlightTheme: obsidian @@ -37,13 +37,23 @@ extra_css: markdown_extensions: - admonition + - pymdownx.details - pymdownx.highlight: anchor_linenums: true line_spans: __span + linenums_style: pymdownx-inline pygments_lang_class: true + linenums: true - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.superfences + - pymdownx.smartsymbols + - pymdownx.caret + - pymdownx.keys + - pymdownx.mark + - pymdownx.tilde + - pymdownx.tabbed: + alternate_style: true nav: - "Home": "index.md" |