Redirect ikebukuro to wiki

This redirects the hosted docs on github pages to the wiki, which is easier for normal people to edit.
This commit is contained in:
Lucas Nicodemus 2025-01-26 09:00:41 +09:00
parent b984ff8b65
commit fdee582dc7
No known key found for this signature in database

View file

@ -11,12 +11,7 @@
<body> <body>
<div id="app"></div> <div id="app"></div>
<script> <script>
window.$docsify = { window.location.replace("https://github.com/Pryaxis/TShock/wiki");
name: 'TShock for Terraria',
repo: 'pryaxis/tshock',
loadSidebar: true,
subMaxLevel: 9
}
</script> </script>
<!-- Docsify v4 --> <!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>