mirror of https://github.com/status-im/consul.git
Adjust nav to new recommended layout.
This removes "Intro", which is actually no longer the recommended get-started place (Learn takes that spot). Additionally, there is now a separator between the high level business value stuff, and the low level developer stuff.
This commit is contained in:
parent
185b2eb03a
commit
ac612a9cdc
|
@ -1,4 +1,5 @@
|
||||||
export default [
|
export default [
|
||||||
|
{ text: 'Overview', url: '/', type: 'inbound' },
|
||||||
{
|
{
|
||||||
text: 'Use Cases',
|
text: 'Use Cases',
|
||||||
submenu: [
|
submenu: [
|
||||||
|
@ -7,10 +8,12 @@ export default [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Intro',
|
text: 'Enterprise',
|
||||||
url: '/intro',
|
url:
|
||||||
type: 'inbound',
|
'https://www.hashicorp.com/products/consul/?utm_source=oss&utm_medium=header-nav&utm_campaign=consul',
|
||||||
|
type: 'outbound',
|
||||||
},
|
},
|
||||||
|
'divider',
|
||||||
{
|
{
|
||||||
text: 'Learn',
|
text: 'Learn',
|
||||||
url: 'https://learn.hashicorp.com/consul',
|
url: 'https://learn.hashicorp.com/consul',
|
||||||
|
@ -31,10 +34,4 @@ export default [
|
||||||
url: '/community',
|
url: '/community',
|
||||||
type: 'inbound',
|
type: 'inbound',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'Enterprise',
|
|
||||||
url:
|
|
||||||
'https://www.hashicorp.com/products/consul/?utm_source=oss&utm_medium=header-nav&utm_campaign=consul',
|
|
||||||
type: 'outbound',
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue