Skip to content

Commit

Permalink
fix: adjust bottom bar links
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 22, 2020
1 parent 72662ea commit 9379c99
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/docusaurus.config.js
Expand Up @@ -49,7 +49,7 @@ module.exports = {
},
{
label: "Contributing",
to: "docs/contributing",
to: "docs/contributing_segment",
},
],
},
Expand All @@ -67,8 +67,12 @@ module.exports = {
],
},
{
title: "Built with",
title: "Links",
items: [
{
label: "Support",
href: "/docs/#-support-",
},
{
label: "Docusaurus",
href: "https://github.com/facebook/docusaurus",
Expand Down

0 comments on commit 9379c99

Please sign in to comment.