mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 20:09:39 -08:00
fix: adjust bottom bar links
This commit is contained in:
parent
72662eadc0
commit
9379c99931
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue