Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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