diff --git a/README.md b/README.md
index ce0d421..51834ac 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# MTDOJRP Docs
+# π MTDOJRP Docs
-### These docs can be found at [docs.mtdojrp.org](https://docs.mtdojrp.org)
-### Anyone is able to edit and add to the documentations.
+#### π These docs can be found at [docs.mtdojrp.org](https://docs.mtdojrp.org)
+#### ποΈ Anyone is able to edit and add to the documentations.
-### If you want to contribute to our docs by adding more information or maybe just fixing a typo do the following:
+### βοΈ If you want to contribute to our docs by adding more information or maybe just fixing a typo do the following:
1. At the top right click "[**Fork**](https://github.com/MTDOJRP/docs/fork)", Than **Create Fork**.
2. On this fork you can now modify the pages as you please, However this will not update on the website just yet!
3. To update on the website come back to the [**original repo**](https://github.com/MTDOJRP/docs)
@@ -12,10 +12,10 @@
6. Our team will review your changed and approve or deny them, If they are denied our team will leave a comment of why.
-### But wait? I've created the fork, How do I edit??
+### β But wait? I've created the fork, How do I edit??
In order to edit the docs and add what you'd like to them make sure you create a fork as showed above, than go into the docs folder and find the file you want to edit, Or create a folder/file.
-All Folders must contain a `category.json` file
+All Folders must contain a `_category_.json` file
The file will look like so:
```json
{
@@ -31,7 +31,7 @@ The Label is what you want to name the category.
The position is where on the left sidebar the category will be displayed.
And the description is a brief description to display when someone clicks on the category.
-Now, How do create a new file/page?
+Now, How do I create a new file/page?
Create a file named your topic.md, Example: 10codes.md
Now at the top of the file add the following:
```md
@@ -39,12 +39,22 @@ Now at the top of the file add the following:
sidebar_position: 2
---
```
-This marks where in the sidebar under the category you want this page to display, SImply change the number.
+This marks where in the sidebar under the category you want this page to display, Simply change the number.
Now write what information you would like in the file!
-#### But what about the fancy formatting, images, and links?
+#### π But what about the fancy formatting, images, and links?
All of these files are created using a language called "Markdown"
See a full list of markdown formatting [here](https://www.markdownguide.org/basic-syntax/)!
-### Any More Questions?
+
+### I see an issue with the docs but dont know how or can't edit them, Or do you just have a Suggestion?
+Feel free to head on over to the [**Issues**](https://github.com/MTDOJRP/docs/issues) tab and click **New Issue**
+Here you can create an issue, Type what you need / want fixed/added and add Labels to help us categorize your issue!
+These are the labels you can use:
+- **Added Documentation** - a suggestion for us to add a topic or details to the documentation, Notice something is missing and want it added? Use this!
+- **Bug/Typo** - Oops did we mess something up on our side? Let us know and create a issue with the Bug/Typo label!
+- **New Page** - Got something brand new for us that isnt at all in the documentation? Use this label!
+- **Question** - Got a question about the documentation or on how to contribute, You can use this or open a ticket on our [**Discord**](https://mtdojrp.org/)!
+
+### β Any More Questions?
Join our [**Discord**](https://mtdojrp.org/) and open a [**Ticket**](https://docs.mtdojrp.org/docs/tickets)!
diff --git a/docs/fire-ems/apply.md b/docs/fire-ems/apply.md
index af1ab68..fcecb93 100644
--- a/docs/fire-ems/apply.md
+++ b/docs/fire-ems/apply.md
@@ -20,15 +20,6 @@ Here is a brief reminder about the requirements to join the SAFD team:
---
-### π Application Process
-
-Our application process is simple and straightforward.
-
-- [Click Here](https://docs.google.com/forms/d/1Gi0XqI2CE5EGDnOJJZCS1iagVnf3lyHWSHCFxFtWK7g) to view the application form and fill it out!
-- Once you have submitted your application, a member of the SAFD team will review it and get back to you as soon as possible.
-
----
-
### π Application Form
Here are some tips to help you fill out the application form:
@@ -60,4 +51,12 @@ Spamming applications or submitting multiple applications will result in your ap
---
π **Any other questions?** Feel free to contact us in Discord before applying!
-- We will be more than happy to answer any questions you may have.
\ No newline at end of file
+- We will be more than happy to answer any questions you may have.
+
+---
+
+### π Application Process
+
+Our application process is simple and straightforward.
+
+
diff --git a/docusaurus.config.js b/docusaurus.config.js
index e2467f3..b04aad1 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -67,7 +67,7 @@ const config = {
position: 'right',
},
{
- href: 'https://mtdojrp.org',
+ href: 'https://discord.gg/PkbPksdAqu',
label: 'Discord',
position: 'right',
}
diff --git a/src/pages/index.js b/src/pages/index.js
index b57df6c..101f02b 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -12,15 +12,7 @@ function HomepageHeader() {
return (