Skip to content

Commit 12cc746

Browse files
refactor: Renames "Guides" to "Docs" (#353)
Co-authored-by: Peter Kos <pkos91@icloud.com>
1 parent 8617981 commit 12cc746

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/running-a-hackathon.md renamed to docs/docs-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
id: running-a-hackathon
3-
title: HackathonManager Guides
2+
id: docs-overview
3+
title: HackathonManager Documentation
44
sidebar_label: Overview
55
---
66

77
> HackathonManager is a full-service tool to run your hackathon from start to finish.
88
9-
Guides to get you started:
9+
Documentation to get you started:
1010

1111
- [Timeline of a hackathon](#timeline)
1212
- [Questionnaires](questionnaires.md)

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class HomeSplash extends React.Component {
5858
<ProjectTitle siteConfig={siteConfig} />
5959
<PromoSection>
6060
<Button href={docUrl('deployment.html')}>Get Started</Button>
61-
<Button href={docUrl('running-a-hackathon.html')}>Guides</Button>
61+
<Button href={docUrl('docs-overview.html')}>Docs</Button>
6262
<Button href="https://github.com/codeRIT/hackathon-manager">
6363
GitHub
6464
</Button>

website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Maintenance" : [
1212
"updating-hm"
1313
],
14-
"Guides": ["running-a-hackathon", "questionnaires", "messages", "busses"],
14+
"Docs": ["docs-overview", "questionnaires", "messages", "busses"],
1515
"API": ["api-overview", "api-testing-setup"],
1616
"Getting Help": ["resources"]
1717
}

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const siteConfig = {
4848
// For no header links in the top nav bar -> headerLinks: [],
4949
headerLinks: [
5050
{ doc: 'deployment', label: 'Get Started' },
51-
{ doc: 'running-a-hackathon', label: 'Guides' },
51+
{ doc: 'docs-overview', label: 'Docs' },
5252
{ href: 'https://github.com/codeRIT/hackathon-manager', label: 'GitHub' },
5353
],
5454

0 commit comments

Comments
 (0)