Skip to content

Commit

Permalink
Fix assorted link issues
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 3, 2018
1 parent b8a75f1 commit 3b98fc7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/introduction/CoreConcepts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: core-concepts
title: Core concepts
sidebar_label: Core concepts
title: Core Concepts
sidebar_label: Core Concepts
hide_title: true
---

Expand Down
4 changes: 2 additions & 2 deletions docs/introduction/LearningResources.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: learning-resources
title: Learning resources
sidebar_label: Learning resources
title: Learning Resources
sidebar_label: Learning Resources
hide_title: true
---

Expand Down
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Footer extends React.Component {
</a>
<div>
<h5>Docs</h5>
<a href={this.docUrl("getting-started/learn-redux")}>
<a href={this.docUrl("introduction/getting-started")}>
Getting started
</a>
<a href={this.docUrl("introduction/core-concepts")}>
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"introduction/core-concepts",
"introduction/three-principles",
"introduction/prior-art",
"introduction/learning-resources",
"introduction/ecosystem",
"introduction/examples"
],
Expand Down
5 changes: 4 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ const siteConfig = {

// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: "getting-started/learn-redux", label: "Docs" },
{ doc: "introduction/getting-started", label: "Getting Started" },
{ doc : "basics/basics", label : "Tutorial"},
{ doc : "api/api-reference", label : "API"},
{ doc : "faq", label : "FAQ"},
{ href: "https://discord.gg/0ZcbPKXt5bZ6au5t", label: "Discord" },
{ href: "https://stackoverflow.com/questions/tagged/redux", label: "Need help?" },
],
Expand Down

0 comments on commit 3b98fc7

Please sign in to comment.