updates to navbar and sidebar

This commit is contained in:
darrell-thobe-sp
2024-03-29 13:15:14 -04:00
parent 33a98313db
commit b0996886d0
2 changed files with 4 additions and 12 deletions

View File

@@ -11,17 +11,8 @@ module.exports = {
label: 'Documentation',
position: 'left',
items: [
{to: '#', label: 'Identity Security Cloud', className: 'navbar__section'},
{
label: 'Developer Docs',
to: '/docs',
},
{
label: 'API Specifications',
to: '/docs/api',
},
{to: '#', label: 'IdentityIQ', className: 'navbar__section'},
{label: 'API Specifications', to: '/docs/iiq'},
{to: '/docs', label: 'Identity Security Cloud'},
{to: '/docs/iiq', label: 'IdentityIQ'},
],
},