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