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'},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user