Skip to content

Commit

Permalink
refactor: Renames "Guides" to "Docs" (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Kos <pkos91@icloud.com>
  • Loading branch information
cbaudouinjr and peterkos authored Sep 14, 2020
1 parent 8617981 commit 12cc746
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/running-a-hackathon.md → docs/docs-overview.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class HomeSplash extends React.Component {
<ProjectTitle siteConfig={siteConfig} />
<PromoSection>
<Button href={docUrl('deployment.html')}>Get Started</Button>
<Button href={docUrl('running-a-hackathon.html')}>Guides</Button>
<Button href={docUrl('docs-overview.html')}>Docs</Button>
<Button href="https://github.com/codeRIT/hackathon-manager">
GitHub
</Button>
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],

Expand Down

0 comments on commit 12cc746

Please sign in to comment.