fix: adjust bottom bar links

This commit is contained in:
Jan De Dobbeleer 2020-10-22 14:10:33 +02:00 committed by Jan De Dobbeleer
parent 72662eadc0
commit 9379c99931

View file

@ -49,7 +49,7 @@ module.exports = {
},
{
label: "Contributing",
to: "docs/contributing",
to: "docs/contributing_segment",
},
],
},
@ -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",