Fix broken links

This commit is contained in:
Tyler Mairose
2024-02-28 17:48:24 -05:00
parent 23fe7cb070
commit 360eaffeea
17 changed files with 1228 additions and 20 deletions

View File

@@ -13,11 +13,19 @@ const sidebars = {
type: 'category',
label: 'API Specifications',
collapsible: true,
link: {
type: 'doc',
id: 'api/api-specifications',
},
items: [
{
type: 'category',
label: 'Identity Security Cloud',
collapsible: true,
link: {
type: 'doc',
id: 'api/identity-security-cloud',
},
items: [
{
type: 'doc',
@@ -79,6 +87,10 @@ const sidebars = {
type: 'category',
label: 'NERM',
collapsible: true,
link: {
type: 'doc',
id: 'api/non-employee',
},
items: [
{
type: 'doc',
@@ -100,7 +112,7 @@ const sidebars = {
title: 'NERM v1 API',
description:
'These are the Non-employee Risk Management APIs for SailPoint. 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: '/api/nerm',
slug: '/api/nerm/v1',
},
// @ts-ignore
items: require('./docs/api/nerm/sidebar.js'),
@@ -229,6 +241,16 @@ const sidebars = {
},
],
},
{
type: 'link',
label: 'Product Documentation',
href: 'https://documentation.sailpoint.com/#identityiq',
},
{
type: 'link',
label: 'Certifications',
href: 'https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/',
},
],
},
],