aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 522fdff..3385a83 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -37,10 +37,15 @@ markdown_extensions:
- attr_list
- pymdownx.details
- pymdownx.emoji:
- emoji_index: !!python/name:materialx.emoji.twemoji
- emoji_generator: !!python/name:materialx.emoji.to_svg
+ emoji_index: !!python/name:material.extensions.emoji.twemoji
+ emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
- pymdownx.superfences
+ - pymdownx.tabbed:
+ alternate_style: true
+ slugify: !!python/object/apply:pymdownx.slugs.slugify
+ kwds:
+ case: lower
- toc:
permalink: true
nav:
@@ -55,7 +60,9 @@ nav:
- Getting started with Mod Development: 'development/getting-started.md'
- Tools:
- Website List: 'tools/website-list.md'
- - Discord Bot List: 'tools/discord-bot-list.md'
- - Communities:
+ - Discord Bot List: 'tools/discord-bot-list.md'
+ - Communities:
- Discord Server List: 'communities/discord-server-list.md'
- - Discord: 'https://discord.gg/mFhutDvHAe'
+ - Discord: 'https://discord.gg/mFhutDvHAe'
+extra_javascript:
+ - 'js/open-in-new-tab.js' \ No newline at end of file