diff options
author | ILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com> | 2023-09-16 21:19:59 -0400 |
---|---|---|
committer | ILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com> | 2023-09-16 21:19:59 -0400 |
commit | cb147f71624a660efb6ab6dc53f7cb6e45f4c0f9 (patch) | |
tree | 51ad6f10cc7b5d3a0f91158f2af5fff52f9947c7 | |
parent | f3cd52f12a22611ad747e5903baa810a6c2979f3 (diff) | |
download | SkyBlockModWiki-cb147f71624a660efb6ab6dc53f7cb6e45f4c0f9.tar.gz SkyBlockModWiki-cb147f71624a660efb6ab6dc53f7cb6e45f4c0f9.tar.bz2 SkyBlockModWiki-cb147f71624a660efb6ab6dc53f7cb6e45f4c0f9.zip |
Fix site_url in mkdocs.yml
-rw-r--r-- | mkdocs.yml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ site_name: SkyBlock Mod Wiki -site_url: https://ilikeplayinggames.github.io/SkyBlockModWiki/ +site_url: https://sbmw.ca +site_description: > + The SkyBlock Mod Wiki is a reference for the usage of modifications (mods for short) on Hypixel SkyBlock. + It is intended to introduce new users to mods and be a reference to the variety of different features and settings each mod offers. repo_name: ILikePlayingGames/SkyBlockModWiki repo_url: https://github.com/ILikePlayingGames/SkyBlockModWiki edit_uri: edit/main/docs |