update mkdocs config for version 8 of theme

This commit is contained in:
Josh de Leeuw 2022-05-05 15:45:52 -04:00
parent e8dbe1e1a3
commit 25840087eb

View File

@ -18,7 +18,7 @@ extra:
analytics: analytics:
provider: google provider: google
property: 'UA-50563838-1' property: 'UA-50563838-1'
copyright: 'Copyright © 2012-2021 Josh de Leeuw' copyright: 'Copyright © 2012-2022 Josh de Leeuw'
markdown_extensions: markdown_extensions:
- admonition - admonition
- codehilite: - codehilite:
@ -26,7 +26,8 @@ markdown_extensions:
- toc: - toc:
permalink: true permalink: true
- pymdownx.superfences - pymdownx.superfences
- pymdownx.tabbed - pymdownx.tabbed:
alternate_style: true
- pymdownx.details - pymdownx.details
- pymdownx.snippets - pymdownx.snippets
- pymdownx.emoji: - pymdownx.emoji: