mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
updates to navbar and sidebar
This commit is contained in:
13
navbar.js
13
navbar.js
@@ -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'},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user