mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
updated to new version of the plugins
This commit is contained in:
9874
package-lock.json
generated
9874
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"proxy": "http://localhost:4202",
|
"proxy": "http://localhost:4202",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/theme-mermaid": "^2.2.0",
|
"@docusaurus/theme-mermaid": "2.2.0",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"@mux/mux-player": "^1.5.1",
|
"@mux/mux-player": "^1.5.1",
|
||||||
"@mux/mux-player-react": "^1.5.1",
|
"@mux/mux-player-react": "^1.5.1",
|
||||||
@@ -46,10 +46,10 @@
|
|||||||
"mermaid": "9.1.7"
|
"mermaid": "9.1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/core": "^2.2.0",
|
"@docusaurus/core": "2.2.0",
|
||||||
"@docusaurus/module-type-aliases": "^2.2.0",
|
"@docusaurus/module-type-aliases": "2.2.0",
|
||||||
"@docusaurus/plugin-google-gtag": "^2.2.0",
|
"@docusaurus/plugin-google-gtag": "2.2.0",
|
||||||
"@docusaurus/preset-classic": "^2.2.0",
|
"@docusaurus/preset-classic": "2.2.0",
|
||||||
"husky": "^8.0.2",
|
"husky": "^8.0.2",
|
||||||
"prettier": "2.8.0",
|
"prettier": "2.8.0",
|
||||||
"pretty-quick": "^3.1.3"
|
"pretty-quick": "^3.1.3"
|
||||||
|
|||||||
@@ -68,8 +68,9 @@ module.exports = [
|
|||||||
docsPluginId: 'iiq',
|
docsPluginId: 'iiq',
|
||||||
config: {
|
config: {
|
||||||
iiq: {
|
iiq: {
|
||||||
specPath: 'static/api-specs/iiq/swagger.json',
|
specPath: 'static/api-specs/iiq/sailpoint-api.iiq.yaml',
|
||||||
outputDir: 'products/iiq/api',
|
outputDir: 'products/iiq/api',
|
||||||
|
downloadUrl: 'https://raw.githubusercontent.com/sailpoint-oss/api-specs/main/iiq/sailpoint-api.iiq.yaml',
|
||||||
sidebarOptions: {
|
sidebarOptions: {
|
||||||
groupPathsBy: 'tag',
|
groupPathsBy: 'tag',
|
||||||
categoryLinkSource: 'tag',
|
categoryLinkSource: 'tag',
|
||||||
|
|||||||
Reference in New Issue
Block a user