navbar layout

This commit is contained in:
darrell-thobe-sp
2024-03-29 13:47:39 -04:00
parent 413a580f9d
commit 7b07c73856

View File

@@ -11,8 +11,8 @@ module.exports = {
label: 'Documentation',
position: 'left',
items: [
{to: '/docs', label: 'Identity Security Cloud'},
{to: '/docs/iiq', label: 'IdentityIQ'},
{label: 'Identity Security Cloud', to: '/docs'},
{label: 'IdentityIQ', to: '/docs/iiq'},
],
},