Prettified Code!

This commit is contained in:
darrell-thobe-sp
2024-04-18 10:31:05 +00:00
committed by GitHub Action
parent f5b6aaf14f
commit 2cd5ccfc81
223 changed files with 40526 additions and 28073 deletions

View File

@@ -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;