diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs
index 95d681b..a6af35c 100644
--- a/docs/.vitepress/config.mjs
+++ b/docs/.vitepress/config.mjs
@@ -39,6 +39,7 @@ export default defineConfig({
{ text: 'Multiplayer support', link: '/multiplayer.md' },
{ text: 'Resources and guides', link: '/resources.md', collapsed: true, items: [
{ text: 'Bare minimum map JSON', link: '/guides/bare_minimum.md' },
+ { text: 'How to contribute', link: '/guides/how_to_contribute.md' },
{ text: 'Getting Started', link: '/guides/getting_started.md' },
{ text: 'Map making PDF', link: '/guides/pdf.md' },
{ text: 'Worldpainter to MagicaVoxel', link: '/guides/worldpainter.md' }
diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css
index 47ce4da..ce89996 100644
--- a/docs/.vitepress/theme/custom.css
+++ b/docs/.vitepress/theme/custom.css
@@ -1,3 +1,4 @@
:root {
--vp-c-brand-1: #1af7ff;
+ --vp-c-brand-2: #14c5cb;
}
\ No newline at end of file
diff --git a/docs/guides/how_to_contribute.md b/docs/guides/how_to_contribute.md
new file mode 100644
index 0000000..3509ddf
--- /dev/null
+++ b/docs/guides/how_to_contribute.md
@@ -0,0 +1,5 @@
+## How to contribute
+If you wish to contribute to the map making documentation, whether it be a guide, new page, or edits to an existing page, follow the methods below. I, RainlessSky, am really the only person working on this and so its probably good to contact me for anonymous contributions.
+
+* Make a fork of the `main` branch, do what you wish, make a pull request and we'll review it.
+* If you want to contribute anonymously, contact me: @rainlesssky on Discord. Optionally include a commit message for me to include.
\ No newline at end of file
diff --git a/docs/hero_test.md b/docs/hero_test.md
deleted file mode 100644
index d5df5b7..0000000
--- a/docs/hero_test.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: home
-
-hero:
- name: Sector's Edge
- text: Mapmaking Documentation
- tagline: Making map making more accessible.
- image: { light: se-docs-dark, dark: se-docs-light, alt?: Sector's Edge docs }
- actions:
- - theme: brand
- text: Go to documentation
- link: /index.md
- - theme: brand
- text: Getting Started
- link: /guides/getting_started.md
----
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index 5bf9c07..712cbc8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,15 +1,24 @@
---
+layout: home
+title: Home Page
lastUpdated: false
----
-
-This documentation aims to give useful information about map making in [Sector's Edge](https://store.steampowered.com/app/1024890/Sectors_Edge/). If you want to contribute, make a fork of the GitHub repo and submit a pull request.
-
-[Getting Started](guides/getting_started.md)
-
-[Json file](json.md)
-
-[Game modes](json/gamemodes.md)
-
-[Multiplayer support](multiplayer.md)
-[Resources](resources.md)
\ No newline at end of file
+hero:
+ name: Sector's Edge
+ text: Mapmaking Documentation
+ tagline: Opening up map making to everybody.
+ image: { light: se-docs-dark, dark: se-docs-light, alt?: Sector's Edge docs }
+ actions:
+ - theme: brand
+ text: Get started
+ link: /guides/getting_started.md
+ - theme: brand
+ text: Guides
+ link: /resources.md
+ - theme: brand
+ text: JSON file
+ link: /json.md
+ - theme: alt
+ text: Contribute
+ link: /guides/how_to_contribute.md
+---
\ No newline at end of file
diff --git a/docs/old_index.md b/docs/old_index.md
new file mode 100644
index 0000000..5bf9c07
--- /dev/null
+++ b/docs/old_index.md
@@ -0,0 +1,15 @@
+---
+lastUpdated: false
+---
+
+This documentation aims to give useful information about map making in [Sector's Edge](https://store.steampowered.com/app/1024890/Sectors_Edge/). If you want to contribute, make a fork of the GitHub repo and submit a pull request.
+
+[Getting Started](guides/getting_started.md)
+
+[Json file](json.md)
+
+[Game modes](json/gamemodes.md)
+
+[Multiplayer support](multiplayer.md)
+
+[Resources](resources.md)
\ No newline at end of file
diff --git a/docs/resources.md b/docs/resources.md
index dd51b17..06cda52 100644
--- a/docs/resources.md
+++ b/docs/resources.md
@@ -1,5 +1,5 @@
# Resources
-This page offers helpful resources such as recognized Discord servers and community-written guides. The official maps are a great resource for the `json` file. However, **do not reupload official maps**!
+This page offers helpful resources such as recognized Discord servers and community-written guides. The official maps are a great resource for the `json` file. However, **do not reupload official maps**! You can find guides in the sidebar to the left nested under this page.
### Links
Our community Discord server is great. (source: trust me bro) We organize events every now and then.
@@ -9,9 +9,4 @@ The official mapmaking Discord server is an awesome resource for the `json` file
[Official Mapmaking Discord server](https://discord.gg/sJA3cs4DEV)
Youtube Channel with MagicaVoxel Tutorials
-[ArtChanny97](https://youtube.com/c/ArtChanny97)
-
-### Guides
-[World Painter to MagicaVoxel](/guides/worldpainter.md)
-[Bare minimum map JSON](/guides/bare_minimum.md)
-[Old Map making PDF](/guides/pdf.md)
\ No newline at end of file
+[ArtChanny97](https://youtube.com/c/ArtChanny97)
\ No newline at end of file