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