mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Prettified Code!
This commit is contained in:
committed by
GitHub Action
parent
f5b6aaf14f
commit
2cd5ccfc81
@@ -100,28 +100,27 @@
|
||||
// module.exports = sidebars;
|
||||
|
||||
const sidebars = {
|
||||
iiqOpenApiSidebar: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'IdentityIQ API',
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: 'IdentityIQ API',
|
||||
description:
|
||||
"These are the SCIM APIs for SailPoint's on-premise service, IdentityIQ. 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/iiq',
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require('./api/sidebar.js'),
|
||||
iiqOpenApiSidebar: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'IdentityIQ API',
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: 'IdentityIQ API',
|
||||
description:
|
||||
"These are the SCIM APIs for SailPoint's on-premise service, IdentityIQ. 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/iiq',
|
||||
},
|
||||
],
|
||||
idnDocs: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'docs',
|
||||
},
|
||||
]
|
||||
};
|
||||
|
||||
module.exports = sidebars;
|
||||
|
||||
// @ts-ignore
|
||||
items: require('./api/sidebar.js'),
|
||||
},
|
||||
],
|
||||
idnDocs: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'docs',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = sidebars;
|
||||
|
||||
Reference in New Issue
Block a user