mirror of https://github.com/hashicorp/consul
chore: 'overview' nav item links to home page (#10255)
parent
accc5db292
commit
8d26a3f844
|
@ -1,5 +1,5 @@
|
||||||
export default [
|
export default [
|
||||||
{ text: 'Overview', url: '/docs/intro' },
|
{ text: 'Overview', url: '/' },
|
||||||
{
|
{
|
||||||
text: 'Use Cases',
|
text: 'Use Cases',
|
||||||
submenu: [
|
submenu: [
|
||||||
|
@ -42,7 +42,7 @@ export default [
|
||||||
{
|
{
|
||||||
text: 'CLI',
|
text: 'CLI',
|
||||||
url: '/commands',
|
url: '/commands',
|
||||||
type: 'inbound,'
|
type: 'inbound,',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Community',
|
text: 'Community',
|
||||||
|
|
Loading…
Reference in New Issue