Skip to content

Commit

Permalink
📝 getting-started -> developer-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Apr 3, 2018
1 parent 0ca519b commit 40dd48c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md → docs/developer-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: getting-started
title: Getting Started
id: developer-guide
title: Developer Guide
---

This page describes how to setup the project on your computer for local
Expand Down
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Footer extends React.Component {
<a href={this.docUrl('user-guide.html', this.props.language)}>
User Documentation
</a>
<a href={this.docUrl('developers-getting-started.html', this.props.language)}>
<a href={this.docUrl('developer-guide.html', this.props.language)}>
Developer Documentation
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"bms-support": "BMS Support in Bemuse",
"BMS Support": "BMS Support",
"colors": "Colors",
"developer-guide": "Developer Guide",
"game-loop": "The Game Loop",
"gameplay": "Gameplay",
"getting-started": "Getting Started",
"music-server": "How to Host a Music Server",
"Music Server": "Music Server",
"options": "Game Options and Configuration",
Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Help extends React.Component {
const supportLinks = [
{
content:
`Follow the [developer documentation](${docUrl('getting-started.html')}) to get started.`,
`Follow the [developer documentation](${docUrl('developer-guide.html')}) to get started.`,
title: 'Read the docs'
},
{
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bms-extensions"
],
"Developers": [
"getting-started",
"developer-guide",
"architecture",
"game-loop",
"skinning",
Expand Down

0 comments on commit 40dd48c

Please sign in to comment.