mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
docs: adjust global menu with more links (#6936)
Introduces a few more links to the global menu.
This commit is contained in:
parent
d1bb65bebd
commit
d6d4d5372f
@ -68,6 +68,7 @@ module.exports = {
|
|||||||
logo: {
|
logo: {
|
||||||
alt: 'Unleash logo',
|
alt: 'Unleash logo',
|
||||||
src: 'img/unleash_logo_white.svg',
|
src: 'img/unleash_logo_white.svg',
|
||||||
|
href: 'https://www.getunleash.io',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -82,6 +83,60 @@ module.exports = {
|
|||||||
docId: 'welcome',
|
docId: 'welcome',
|
||||||
html: '<span class="hide-when-active">Docs</span>',
|
html: '<span class="hide-when-active">Docs</span>',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'dropdown',
|
||||||
|
position: 'right',
|
||||||
|
html: 'Product',
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
label: 'Feature Management',
|
||||||
|
to: 'https://www.getunleash.io/feature-management',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Unique Architecture',
|
||||||
|
to: 'https://www.getunleash.io/flexible-platform',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Canary release',
|
||||||
|
to: 'https://www.getunleash.io/segmentation',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Security and Performance',
|
||||||
|
to: 'https://www.getunleash.io/security-and-performance',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Simplicity',
|
||||||
|
to: 'https://www.getunleash.io/simplicity',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Flexibility',
|
||||||
|
to: 'https://www.getunleash.io/flexibility',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Transparency',
|
||||||
|
to: 'https://www.getunleash.io/transparency',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Open-Source',
|
||||||
|
to: 'https://www.getunleash.io/open-source',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'html',
|
||||||
|
value: '<a href="https://www.getunleash.io/plans" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">Plans</a>',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'html',
|
||||||
|
value: '<a href="https://www.getunleash.io/blog" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">Blog</a>',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'html',
|
||||||
|
position: 'right',
|
||||||
|
value: '<span class="navbar-separator"></span>',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'dropdown',
|
type: 'dropdown',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
@ -131,13 +186,8 @@ module.exports = {
|
|||||||
value: '<span class="navbar-separator"></span>',
|
value: '<span class="navbar-separator"></span>',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://www.getunleash.io/plans',
|
type: 'html',
|
||||||
label: 'Plans',
|
value: '<a href="https://app.unleash-hosted.com/sign-in" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">Sign in</a>',
|
||||||
position: 'right',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
href: 'https://app.unleash-hosted.com/sign-in',
|
|
||||||
label: 'Sign in',
|
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user