diff --git a/navbar.js b/navbar.js index 5eeb6b721..d106848e0 100644 --- a/navbar.js +++ b/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'}, ], }, diff --git a/sidebars.js b/sidebars.js index 0f20053c5..abc654639 100644 --- a/sidebars.js +++ b/sidebars.js @@ -12,7 +12,7 @@ const sidebars = { { type: 'category', label: 'API Specifications', - collapsible: true, + collapsible: false, link: { type: 'doc', id: 'api/api-specifications', @@ -218,6 +218,7 @@ const sidebars = { { type: 'category', label: 'API Specifications', + collapsible: false, link: { type: 'generated-index', title: 'API Specifications',