mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 12:29:40 -08:00
fix: adjust bottom bar links
This commit is contained in:
parent
72662eadc0
commit
9379c99931
|
@ -49,7 +49,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Contributing",
|
label: "Contributing",
|
||||||
to: "docs/contributing",
|
to: "docs/contributing_segment",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -67,8 +67,12 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Built with",
|
title: "Links",
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: "Support",
|
||||||
|
href: "/docs/#-support-",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Docusaurus",
|
label: "Docusaurus",
|
||||||
href: "https://github.com/facebook/docusaurus",
|
href: "https://github.com/facebook/docusaurus",
|
||||||
|
|
Loading…
Reference in a new issue