mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
update ambassador page with correct expert ambassador img
This commit is contained in:
22
plugins.js
22
plugins.js
@@ -2,8 +2,8 @@ module.exports = [
|
||||
[
|
||||
'docusaurus2-dotenv',
|
||||
{
|
||||
path: "./.env"
|
||||
}
|
||||
path: './.env',
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-google-tag-manager',
|
||||
@@ -19,6 +19,10 @@ module.exports = [
|
||||
to: '/',
|
||||
from: ['/conf', '/developerdays', '/developerdays/agenda'],
|
||||
},
|
||||
{
|
||||
to: '/ambassador',
|
||||
from: ['/ambassador-program'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -73,7 +77,8 @@ module.exports = [
|
||||
idn_v3: {
|
||||
specPath: 'static/api-specs/idn/sailpoint-api.v3.yaml',
|
||||
outputDir: 'products/idn/api/v3',
|
||||
downloadUrl: 'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.v3.yaml',
|
||||
downloadUrl:
|
||||
'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.v3.yaml',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
@@ -83,7 +88,8 @@ module.exports = [
|
||||
idn_beta: {
|
||||
specPath: 'static/api-specs/idn/sailpoint-api.beta.yaml',
|
||||
outputDir: 'products/idn/api/beta',
|
||||
downloadUrl: 'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.beta.yaml',
|
||||
downloadUrl:
|
||||
'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.beta.yaml',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
@@ -102,7 +108,8 @@ module.exports = [
|
||||
iiq: {
|
||||
specPath: 'static/api-specs/iiq/sailpoint-api.iiq.yaml',
|
||||
outputDir: 'products/iiq/api',
|
||||
downloadUrl: 'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/iiq/sailpoint-api.iiq.yaml',
|
||||
downloadUrl:
|
||||
'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/iiq/sailpoint-api.iiq.yaml',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
@@ -121,7 +128,8 @@ module.exports = [
|
||||
nerm: {
|
||||
specPath: 'static/api-specs/nerm/openapi.yaml',
|
||||
outputDir: 'products/nerm/api',
|
||||
downloadUrl: 'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.nerm.yaml',
|
||||
downloadUrl:
|
||||
'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/dereferenced/deref-sailpoint-api.nerm.yaml',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
@@ -130,5 +138,5 @@ module.exports = [
|
||||
},
|
||||
},
|
||||
},
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user