updated navigation bar with correct links

This commit is contained in:
philip-ellis-sp
2022-08-31 14:41:07 -04:00
parent 3f4dbb770a
commit bb97feda5a
2 changed files with 12 additions and 2 deletions

View File

@@ -67,7 +67,17 @@ const config = {
position: 'right',
items: [
{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
],
}

View File

@@ -21,7 +21,7 @@ const sidebars = {
type: "generated-index",
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.",
slug: "/iiq-api"
slug: "/api/iiq-api"
},
// @ts-ignore
items: require("./api/sidebar.js")