mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
added google tag manager plugin and gtag code
This commit is contained in:
1
package-lock.json
generated
1
package-lock.json
generated
@@ -9,6 +9,7 @@
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.1",
|
||||
"@docusaurus/plugin-google-gtag": "^2.0.1",
|
||||
"@docusaurus/preset-classic": "2.0.1",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.1",
|
||||
"@docusaurus/plugin-google-gtag": "^2.0.1",
|
||||
"@docusaurus/preset-classic": "2.0.1",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
|
||||
40
plugins.js
40
plugins.js
@@ -5,11 +5,12 @@ module.exports = [
|
||||
id: "idn",
|
||||
path: "products/idn",
|
||||
routeBasePath: "idn",
|
||||
editUrl: "https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||
editUrl:
|
||||
"https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
sidebarPath: require.resolve("./products/idn/sidebar.js"),
|
||||
docItemComponent: "@theme/ApiItem"
|
||||
docItemComponent: "@theme/ApiItem",
|
||||
},
|
||||
],
|
||||
[
|
||||
@@ -18,14 +19,21 @@ module.exports = [
|
||||
id: "iiq",
|
||||
path: "products/iiq",
|
||||
routeBasePath: "iiq",
|
||||
editUrl: "https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||
editUrl:
|
||||
"https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
sidebarPath: require.resolve("./products/iiq/sidebar.js"),
|
||||
docItemComponent: "@theme/ApiItem"
|
||||
docItemComponent: "@theme/ApiItem",
|
||||
},
|
||||
],
|
||||
[
|
||||
"@docusaurus/plugin-google-gtag",
|
||||
{
|
||||
trackingID: "GTM-TSD78J",
|
||||
anonymizeIP: false,
|
||||
},
|
||||
],
|
||||
|
||||
[
|
||||
"docusaurus-plugin-openapi-docs",
|
||||
{
|
||||
@@ -37,18 +45,18 @@ module.exports = [
|
||||
outputDir: "products/idn/api/v3",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag"
|
||||
}
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
},
|
||||
idn_beta: {
|
||||
specPath: "static/idn-api/sailpoint-api.beta.yaml",
|
||||
outputDir: "products/idn/api/beta",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag"
|
||||
}
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
],
|
||||
[
|
||||
@@ -62,10 +70,10 @@ module.exports = [
|
||||
outputDir: "products/iiq/api",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag"
|
||||
}
|
||||
categoryLinkSource: "tag",
|
||||
},
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user