diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..3dd1e3f --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,35 @@ +site_name: SkyBlock Mod Wiki +repo_name: ILikePlayingGames/SkyBlockModWiki +repo_url: https://github.com/ILikePlayingGames/SkyBlockModWiki +edit_uri: edit/main/docs +theme: + name: material + features: + - content.action.edit + - content.action.view + - navigation.instant + - navigation.sections + - navigation.tabs + - navigation.tracking + - navigation.top + icon: + repo: fontawesome/brands/github +markdown_extensions: + - admonition + - attr_list + - pymdownx.details + - pymdownx.emoji: + emoji_index: !!python/name:materialx.emoji.twemoji + emoji_generator: !!python/name:materialx.emoji.to_svg + - pymdownx.magiclink + - pymdownx.superfences + - toc: + permalink: true +nav: + - Home: 'index.md' + - Tutorials: + - How to Install Mods: 'tutorials/how-to-install-mods.md' + - How to Find Crash Reports and Logs: 'tutorials/how-to-find-crash-reports-and-logs.md' + - Mod Lists: + - SkyBlock Mod List: 'mod-lists/skyblock-mod-list.md' + - General Mod List: 'mod-lists/general-mod-list.md' |