mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
docs: update footer
This commit is contained in:
parent
d02fabacd1
commit
f5a872bf73
@ -44,11 +44,19 @@ module.exports = {
|
|||||||
style: "dark",
|
style: "dark",
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: "Docs",
|
title: "Product",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Docs",
|
label: "Docs",
|
||||||
to: "/"
|
to: "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Open-Source",
|
||||||
|
href: "https://github.com/Unleash/unleash"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Roadmap",
|
||||||
|
href: "https://github.com/orgs/Unleash/projects/5"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -68,15 +76,6 @@ module.exports = {
|
|||||||
href: "https://twitter.com/getunleash"
|
href: "https://twitter.com/getunleash"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "More",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "GitHub",
|
|
||||||
href: "https://github.com/Unleash/unleash"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} Unleash. Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} Unleash. Built with Docusaurus.`,
|
||||||
|
Loading…
Reference in New Issue
Block a user