diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 8eedd4524..f9fea448c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ ### - [Contribution Guide](CONTRIBUTING.md) ### - [Discord Server](https://discord.gg/mewdeko) ### - [Top.gg Link](https://top.gg/bot/752236274261426212) -### - [License](LICENSE) +### - [License](LICENSE.md) ## If you have any questions please join the discord server above or open an issue here. diff --git a/docfx.json b/docfx.json index d39e5cb9a..3cdcd659f 100644 --- a/docfx.json +++ b/docfx.json @@ -23,7 +23,8 @@ "docs/Selfhost-Windows.md", "docs/toc.yml", "toc.yml", - "**.md" + "**.md", + "LICENSE.md" ] } ], diff --git a/docs/About-Mewdeko.md b/docs/About-Mewdeko.md index fc4c23f67..46e70dc11 100644 --- a/docs/About-Mewdeko.md +++ b/docs/About-Mewdeko.md @@ -1,4 +1,8 @@ -

Mewdeko - the 🌸kawaii🌸 Discord bot!

+--- +uid: About-Mewdeko +--- + +

Mewdeko - the 🌸kawaii🌸 Discord bot!

mewdeko banner~ nya

diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index 2c8b5dfc3..b23cd6ce0 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -1,3 +1,7 @@ +--- +uid: CODE_OF_CONDUCT +--- + # Contributor Covenant Code of Conduct ## Our Pledge diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e5ebb981d..6910eb698 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,3 +1,7 @@ +--- +uid: CONTRIBUTING +--- + # Contributing to Mewdeko We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's: diff --git a/docs/Selfhost-Linux.md b/docs/Selfhost-Linux.md index ba3374cb5..327d62212 100644 --- a/docs/Selfhost-Linux.md +++ b/docs/Selfhost-Linux.md @@ -1 +1,5 @@ -# Follow the script here: https://github.com/StrangeRanger/Mewdeko-BashScript \ No newline at end of file +--- +uid: Selfhost-Linux +--- + +# Follow the script here: https://github.com/StrangeRanger/Mewdeko-BashScript \ No newline at end of file diff --git a/docs/Selfhost-Windows.md b/docs/Selfhost-Windows.md index fbf2d3156..1562e42d9 100644 --- a/docs/Selfhost-Windows.md +++ b/docs/Selfhost-Windows.md @@ -1,4 +1,8 @@ -# Windows Selhost Guide +--- +uid: Selfhost-Windows +--- + +# Windows Selhost Guide ## Prerequirements ### 1. Latest windows release from [Releases](https://github.com/Sylveon76/Mewdeko/releases) @@ -11,10 +15,10 @@ ### 2. Install redis from the above installer if you haven't already ### 3. Unzip the windows archive ### 4. Rename `credentials_example.json` to `credentials.json` -### 5. Follow the credentials guide here to fill it out: https://blog.mewdeko.tech/credentials-guide/ +### 5. Follow the credentials guide here to fill it out: https://mewdeko.tech/credguide/ ### 6. Start the bot by opening Mewdeko.exe inside the unpacked zip -## Questions? Join the discord server at https://discord.gg/mewdeko! +## Questions? Join the discord server at https://discord.gg/deko! diff --git a/docs/toc.yml b/docs/toc.yml new file mode 100644 index 000000000..1f582f28c --- /dev/null +++ b/docs/toc.yml @@ -0,0 +1,11 @@ +items: + - name: About Mewdeko + href: About-Mewdeko.md + - name: Contributing + href: CONTRIBUTING.md + - name: Code of Conduct + href: CODE_OF_CONDUCT.md + - name: Selfhosting On Windows + href: Selfhost-Windows.md + - name: Selfhosting On Linux + href: Selfhost-Linux.md \ No newline at end of file diff --git a/toc.yml b/toc.yml index 7856d6ed6..8c8200c9b 100644 --- a/toc.yml +++ b/toc.yml @@ -1,3 +1,5 @@ +- name: Bot Docs + href: api/ - name: Other Docs (Wip) href: docs/ items: @@ -8,8 +10,8 @@ - name: Code of Conduct href: CODE_OF_CONDUCT.md - name: Selfhosting On Windows - href: Selfhosting-Windows.md + href: Selfhost-Windows.md - name: Selfhosting On Linux - href: Selfhosting-Linux.md -- name: Bot Docs - href: api/ + href: Selfhost-Linux.md +- name: License + href: LICENSE.md