diff --git a/docs/running-a-hackathon.md b/docs/docs-overview.md
similarity index 90%
rename from docs/running-a-hackathon.md
rename to docs/docs-overview.md
index ad0d1422b..00554b945 100755
--- a/docs/running-a-hackathon.md
+++ b/docs/docs-overview.md
@@ -1,12 +1,12 @@
---
-id: running-a-hackathon
-title: HackathonManager Guides
+id: docs-overview
+title: HackathonManager Documentation
sidebar_label: Overview
---
> HackathonManager is a full-service tool to run your hackathon from start to finish.
-Guides to get you started:
+Documentation to get you started:
- [Timeline of a hackathon](#timeline)
- [Questionnaires](questionnaires.md)
diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index 238c698f9..cfb5dd134 100755
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -58,7 +58,7 @@ class HomeSplash extends React.Component {
-
+
diff --git a/website/sidebars.json b/website/sidebars.json
index 48512f981..614eea1c2 100755
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -11,7 +11,7 @@
"Maintenance" : [
"updating-hm"
],
- "Guides": ["running-a-hackathon", "questionnaires", "messages", "busses"],
+ "Docs": ["docs-overview", "questionnaires", "messages", "busses"],
"API": ["api-overview", "api-testing-setup"],
"Getting Help": ["resources"]
}
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 7052ad0de..387e1b581 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -48,7 +48,7 @@ const siteConfig = {
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: 'deployment', label: 'Get Started' },
- { doc: 'running-a-hackathon', label: 'Guides' },
+ { doc: 'docs-overview', label: 'Docs' },
{ href: 'https://github.com/codeRIT/hackathon-manager', label: 'GitHub' },
],