mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Add NERM specification to developer.sailpoint.com
This commit is contained in:
32
plugins.js
32
plugins.js
@@ -38,6 +38,20 @@ module.exports = [
|
||||
docItemComponent: '@theme/ApiItem',
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-content-docs',
|
||||
{
|
||||
id: 'nerm',
|
||||
path: 'products/nerm',
|
||||
routeBasePath: 'nerm',
|
||||
editUrl:
|
||||
'https://github.com/sailpoint-oss/developer-community-site/edit/main/',
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
sidebarPath: require.resolve('./products/nerm/sidebar.js'),
|
||||
docItemComponent: '@theme/ApiItem',
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-google-gtag',
|
||||
{
|
||||
@@ -93,4 +107,22 @@ module.exports = [
|
||||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
'docusaurus-plugin-openapi-docs',
|
||||
{
|
||||
id: 'nerm-api',
|
||||
docsPluginId: 'nerm',
|
||||
config: {
|
||||
nerm: {
|
||||
specPath: 'static/api-specs/nerm/openapi.yaml',
|
||||
outputDir: 'products/nerm/api',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
},
|
||||
template: 'api.mustache',
|
||||
},
|
||||
},
|
||||
},
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user