Skip to content

Commit

Permalink
fix(mkdocs.yml): updating the mkdocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Nov 25, 2023
1 parent 89d5a67 commit 6b9a87c
Showing 1 changed file with 14 additions and 30 deletions.
44 changes: 14 additions & 30 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,36 +88,29 @@ theme:
code: Roboto Mono

markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
toc_depth: "1-1"
permalink: false
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
Expand All @@ -126,9 +119,6 @@ markdown_extensions:
repo: devops-toolkit
- pymdownx.mark
- pymdownx.smartsymbols
# - pymdownx.snippets:
# auto_append:
# - includes/mkdocs.md
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
Expand All @@ -140,12 +130,6 @@ markdown_extensions:
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tilde

plugins:
- glightbox
- social
Expand Down

0 comments on commit 6b9a87c

Please sign in to comment.