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', label: 'Documentation',
position: 'left', position: 'left',
items: [ items: [
{to: '/docs', label: 'Identity Security Cloud'}, {label: 'Identity Security Cloud', to: '/docs'},
{to: '/docs/iiq', label: 'IdentityIQ'}, {label: 'IdentityIQ', to: '/docs/iiq'},
], ],
}, },