mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Merge branch 'main' into feature/upgrade-open-api-generator
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = [
|
||||
docsPluginId: "idn",
|
||||
config: {
|
||||
idn_v3: {
|
||||
specPath: "static/idn-api/sailpoint-api.v3.yaml",
|
||||
specPath: "static/api-specs/idn/sailpoint-api.v3.yaml",
|
||||
outputDir: "products/idn/api/v3",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
@@ -49,7 +49,7 @@ module.exports = [
|
||||
},
|
||||
},
|
||||
idn_beta: {
|
||||
specPath: "static/idn-api/sailpoint-api.beta.yaml",
|
||||
specPath: "static/api-specs/idn/sailpoint-api.beta.yaml",
|
||||
outputDir: "products/idn/api/beta",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
@@ -66,7 +66,7 @@ module.exports = [
|
||||
docsPluginId: "iiq",
|
||||
config: {
|
||||
iiq: {
|
||||
specPath: "static/iiq-api/swagger.json",
|
||||
specPath: "static/api-specs/iiq/swagger.json",
|
||||
outputDir: "products/iiq/api",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
|
||||
Reference in New Issue
Block a user