mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
chore: 'overview' nav item links to home page (#10255)
This commit is contained in:
parent
ce5ef18911
commit
a003265964
@ -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…
x
Reference in New Issue
Block a user