mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
Fix broken links
This commit is contained in:
24
sidebars.js
24
sidebars.js
@@ -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/',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user