chore: 'overview' nav item links to home page (#10255)
This commit is contained in:
parent
a35f279a60
commit
106534f367
|
@ -1,5 +1,5 @@
|
|||
export default [
|
||||
{ text: 'Overview', url: '/docs/intro' },
|
||||
{ text: 'Overview', url: '/' },
|
||||
{
|
||||
text: 'Use Cases',
|
||||
submenu: [
|
||||
|
@ -39,10 +39,10 @@ export default [
|
|||
url: '/api-docs',
|
||||
type: 'inbound',
|
||||
},
|
||||
{
|
||||
{
|
||||
text: 'CLI',
|
||||
url: '/commands',
|
||||
type: 'inbound,'
|
||||
type: 'inbound,',
|
||||
},
|
||||
{
|
||||
text: 'Community',
|
||||
|
|
Loading…
Reference in New Issue