mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
updated navigation bar with correct links
This commit is contained in:
@@ -67,7 +67,17 @@ const config = {
|
|||||||
position: 'right',
|
position: 'right',
|
||||||
items: [
|
items: [
|
||||||
{to: '/idn/api/identity-now-api-v3', label: 'V3 APIs'},
|
{to: '/idn/api/identity-now-api-v3', label: 'V3 APIs'},
|
||||||
{to: '/idn/api/identity-now-api-beta', label: 'Beta APIs'}
|
{to: '/idn/api/identity-now-api-beta', label: 'Beta APIs'},
|
||||||
|
{to: '/idn/docs/getting-started', label: 'IDN Documentation'}
|
||||||
|
// ... more items
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'dropdown',
|
||||||
|
label: 'IdentityIQ',
|
||||||
|
position: 'right',
|
||||||
|
items: [
|
||||||
|
{to: '/iiq/api/iiq-api', label: 'IIQ APIs'}
|
||||||
// ... more items
|
// ... more items
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const sidebars = {
|
|||||||
type: "generated-index",
|
type: "generated-index",
|
||||||
title: "IIQ Api",
|
title: "IIQ Api",
|
||||||
description: "These are the public APIs for SailPoint's SaaS services. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.",
|
description: "These are the public APIs for SailPoint's SaaS services. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.",
|
||||||
slug: "/iiq-api"
|
slug: "/api/iiq-api"
|
||||||
},
|
},
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
items: require("./api/sidebar.js")
|
items: require("./api/sidebar.js")
|
||||||
|
|||||||
Reference in New Issue
Block a user