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', label: 'Documentation',
position: 'left', position: 'left',
items: [ items: [
{to: '#', label: 'Identity Security Cloud', className: 'navbar__section'}, {to: '/docs', label: 'Identity Security Cloud'},
{ {to: '/docs/iiq', label: 'IdentityIQ'},
label: 'Developer Docs',
to: '/docs',
},
{
label: 'API Specifications',
to: '/docs/api',
},
{to: '#', label: 'IdentityIQ', className: 'navbar__section'},
{label: 'API Specifications', to: '/docs/iiq'},
], ],
}, },

View File

@@ -12,7 +12,7 @@ const sidebars = {
{ {
type: 'category', type: 'category',
label: 'API Specifications', label: 'API Specifications',
collapsible: true, collapsible: false,
link: { link: {
type: 'doc', type: 'doc',
id: 'api/api-specifications', id: 'api/api-specifications',
@@ -218,6 +218,7 @@ const sidebars = {
{ {
type: 'category', type: 'category',
label: 'API Specifications', label: 'API Specifications',
collapsible: false,
link: { link: {
type: 'generated-index', type: 'generated-index',
title: 'API Specifications', title: 'API Specifications',