mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
moved files from docs/ folder to products/ folder
This commit is contained in:
230
sidebars.js
230
sidebars.js
@@ -1,229 +1 @@
|
||||
/**
|
||||
* Creating a sidebar enables you to:
|
||||
- create an ordered group of docs
|
||||
- render a sidebar for each doc of that group
|
||||
- provide next/previous navigation
|
||||
|
||||
The sidebars can be generated from the filesystem, or explicitly defined here.
|
||||
|
||||
Create as many sidebars as you want.
|
||||
*/
|
||||
|
||||
// @ts-check
|
||||
|
||||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||||
const sidebars = {
|
||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||
tutorialSidebar: [{type: 'autogenerated', dirName: 'idn_docs'}],
|
||||
armOpenApiSidebar: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Agent Management",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Agent Management",
|
||||
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: "/category/arm-agent-management"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-agent-management/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Analysis",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Analysis",
|
||||
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: "/category/arm-analysis"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-analysis/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "ARM",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "ARM",
|
||||
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: "/category/arm"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-arm/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "ARM2",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "ARM2",
|
||||
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: "/category/arm2"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-arm2/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Authentication",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Authentication",
|
||||
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: "/category/arm-authentication"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-authentication/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Cloud Agent",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Cloud Agent",
|
||||
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: "/category/arm-cloud-agent"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-cloud-agent/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Jobs",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Jobs",
|
||||
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: "/category/arm-jobs"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-jobs/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Logging",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Logging",
|
||||
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: "/category/arm-logging"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-logging/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Provisioning",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Provisioning",
|
||||
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: "/category/arm-provisioning"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-provisioning/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Public",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Public",
|
||||
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: "/category/arm-public"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-public/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Rulebook",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Rulebook",
|
||||
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: "/category/arm-rulebook"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-rulebook/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Scheduling",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Scheduling",
|
||||
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: "/category/arm-scheduling"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-scheduling/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Utilization Tracking",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Utilization Tracking",
|
||||
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: "/category/arm-utilization-tracking"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/arm/swagger-utilization-tracking/sidebar.js")
|
||||
}
|
||||
],
|
||||
iiqOpenApiSidebar: [
|
||||
{
|
||||
type: "category",
|
||||
label: "IIQ Api",
|
||||
link: {
|
||||
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: "/category/iiq-api"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/iiq/iiq-api/sidebar.js")
|
||||
}
|
||||
],
|
||||
|
||||
openApiSidebar: [
|
||||
{
|
||||
type: "category",
|
||||
label: "IDN V3",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "IDN V3",
|
||||
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: "/category/identity-now-api-v3"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/idn/sailpoint-api-v3/sidebar.js")
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "IDN Beta",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "IDN Beta",
|
||||
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: "/category/identity-now-api-beta"
|
||||
},
|
||||
// @ts-ignore
|
||||
items: require("./docs/idn/sailpoint-api-beta/sidebar.js")
|
||||
}
|
||||
]
|
||||
// But you can create a sidebar manually
|
||||
/*
|
||||
tutorialSidebar: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorial',
|
||||
items: ['hello'],
|
||||
},
|
||||
],
|
||||
*/
|
||||
};
|
||||
|
||||
module.exports = sidebars;
|
||||
module.exports = {};
|
||||
Reference in New Issue
Block a user