From 12cc7463d14e6e34db1a08a58e566c8522d1a79a Mon Sep 17 00:00:00 2001 From: "Chris Baudouin, Jr" Date: Sun, 13 Sep 2020 22:33:00 -0400 Subject: [PATCH] refactor: Renames "Guides" to "Docs" (#353) Co-authored-by: Peter Kos --- docs/{running-a-hackathon.md => docs-overview.md} | 6 +++--- website/pages/en/index.js | 2 +- website/sidebars.json | 2 +- website/siteConfig.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename docs/{running-a-hackathon.md => docs-overview.md} (90%) 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' }, ],