mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
updates for getting code examples in code section
This commit is contained in:
@@ -1618,7 +1618,7 @@ module.exports = [
|
||||
docsPluginId: 'isc',
|
||||
config: {
|
||||
isc_versioned: {
|
||||
specPath: 'static/api-specs/idn/sailpoint-api.v2024.yaml',
|
||||
specPath: 'static/code-examples/v2024/v2024.yaml',
|
||||
outputDir: 'docs/api/v2024',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: 'tag',
|
||||
@@ -1639,14 +1639,14 @@ module.exports = [
|
||||
// baseUrl: '/docs/api/v2025',
|
||||
// },
|
||||
v3: {
|
||||
specPath: 'static/code-examples/v3.yaml',
|
||||
specPath: 'static/code-examples/v3/v3.yaml',
|
||||
outputDir: 'docs/api/v3',
|
||||
downloadUrl: 'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.v3.yaml',
|
||||
label: 'v3',
|
||||
baseUrl: '/docs/api/v3',
|
||||
},
|
||||
beta: {
|
||||
specPath: 'static/api-specs/idn/sailpoint-api.beta.yaml',
|
||||
specPath: 'static/code-examples/beta/beta.yaml',
|
||||
outputDir: 'docs/api/beta',
|
||||
downloadUrl: 'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.beta.yaml',
|
||||
label: 'Beta',
|
||||
|
||||
Reference in New Issue
Block a user