From 2729ead1e129f58b6f2df1e7cf2cd84b16b806ee Mon Sep 17 00:00:00 2001 From: Taku <45324516+Taaku18@users.noreply.github.com> Date: Sat, 4 Feb 2023 06:04:31 +0000 Subject: [PATCH 1/4] Re-add sidebar to homepage --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b150690..2262d96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ --- description: https://github.com/kyb3r/modmail -layout: landing --- # Modmail Overview @@ -49,7 +48,7 @@ This list is ever-growing thanks to active development by our exceptional contri ## Installation -Visit our [installation page](./#installation) for detailed instructions on setting up Modmail for your server. +Visit our [installation page](./installation) for detailed instructions on setting up Modmail for your server. ## Supporting the project @@ -63,5 +62,5 @@ Support Modmail with your contributions! Whether it be improvements to the docum ## Next steps -* Read about [installing Modmail](./#installation). +* Read about [installing Modmail](./installation). * Become familiar with [Modmail commands and functionalities](getting-started.md). From faaff3ecfc2003cd012fcbcc0543d488298e883e Mon Sep 17 00:00:00 2001 From: Taku <45324516+Taaku18@users.noreply.github.com> Date: Sat, 4 Feb 2023 06:08:56 +0000 Subject: [PATCH 2/4] Fix URL reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2262d96..a4597b2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This list is ever-growing thanks to active development by our exceptional contri ## Installation -Visit our [installation page](./installation) for detailed instructions on setting up Modmail for your server. +Visit our [installation page](installation/) for detailed instructions on setting up Modmail for your server. ## Supporting the project @@ -62,5 +62,5 @@ Support Modmail with your contributions! Whether it be improvements to the docum ## Next steps -* Read about [installing Modmail](./installation). +* Read about [installing Modmail](installation/). * Become familiar with [Modmail commands and functionalities](getting-started.md). From 699a0bc2a65ffd639f76ef3001038a428b102e8e Mon Sep 17 00:00:00 2001 From: Taku <45324516+Taaku18@users.noreply.github.com> Date: Sat, 4 Feb 2023 06:10:15 +0000 Subject: [PATCH 3/4] Rename Modmail Overview to Introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4597b2..99852e3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ description: https://github.com/kyb3r/modmail --- -# Modmail Overview +# Introduction Modmail is a self-hosted Discord bot for your server. It works similar to [Reddit](https://reddit.zendesk.com/hc/en-us/articles/210896606-What-is-Modmail-)'s Modmail—both in functionality and purpose. It serves as a shared inbox for server staff to communicate with their users in a seamless way. From 2996b606e70ecfe60a9265f7e1a1b9f0a522c5e8 Mon Sep 17 00:00:00 2001 From: Taku <45324516+Taaku18@users.noreply.github.com> Date: Sat, 4 Feb 2023 06:11:32 +0000 Subject: [PATCH 4/4] Update SUMMARY.md --- SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index 22c40cf..1a1b9b0 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,6 +1,6 @@ # Table of contents -* [Modmail Overview](README.md) +* [Introduction](README.md) * [Installation](installation/README.md) * [Local Hosting / VPS](installation/local-hosting-vps/README.md) * [Windows](installation/local-hosting-vps/windows.md)