mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
enforced new prettier config options
This commit is contained in:
74
plugins.js
74
plugins.js
@@ -1,80 +1,80 @@
|
||||
module.exports = [
|
||||
[
|
||||
"@docusaurus/plugin-content-docs",
|
||||
'@docusaurus/plugin-content-docs',
|
||||
{
|
||||
id: "idn",
|
||||
path: "products/idn",
|
||||
routeBasePath: "idn",
|
||||
id: 'idn',
|
||||
path: 'products/idn',
|
||||
routeBasePath: 'idn',
|
||||
editUrl:
|
||||
"https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||
'https://github.com/sailpoint-oss/developer-community-site/edit/main/',
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
sidebarPath: require.resolve("./products/idn/sidebar.js"),
|
||||
docItemComponent: "@theme/ApiItem",
|
||||
sidebarPath: require.resolve('./products/idn/sidebar.js'),
|
||||
docItemComponent: '@theme/ApiItem',
|
||||
},
|
||||
],
|
||||
[
|
||||
"@docusaurus/plugin-content-docs",
|
||||
'@docusaurus/plugin-content-docs',
|
||||
{
|
||||
id: "iiq",
|
||||
path: "products/iiq",
|
||||
routeBasePath: "iiq",
|
||||
id: 'iiq',
|
||||
path: 'products/iiq',
|
||||
routeBasePath: 'iiq',
|
||||
editUrl:
|
||||
"https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||
'https://github.com/sailpoint-oss/developer-community-site/edit/main/',
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
sidebarPath: require.resolve("./products/iiq/sidebar.js"),
|
||||
docItemComponent: "@theme/ApiItem",
|
||||
sidebarPath: require.resolve('./products/iiq/sidebar.js'),
|
||||
docItemComponent: '@theme/ApiItem',
|
||||
},
|
||||
],
|
||||
[
|
||||
"@docusaurus/plugin-google-gtag",
|
||||
'@docusaurus/plugin-google-gtag',
|
||||
{
|
||||
trackingID: "GTM-TSD78J",
|
||||
trackingID: 'GTM-TSD78J',
|
||||
anonymizeIP: false,
|
||||
},
|
||||
],
|
||||
[
|
||||
"docusaurus-plugin-openapi-docs",
|
||||
'docusaurus-plugin-openapi-docs',
|
||||
{
|
||||
id: "idn-api",
|
||||
docsPluginId: "idn",
|
||||
id: 'idn-api',
|
||||
docsPluginId: 'idn',
|
||||
config: {
|
||||
idn_v3: {
|
||||
specPath: "static/api-specs/idn/sailpoint-api.v3.yaml",
|
||||
outputDir: "products/idn/api/v3",
|
||||
specPath: 'static/api-specs/idn/sailpoint-api.v3.yaml',
|
||||
outputDir: 'products/idn/api/v3',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
},
|
||||
template: "api.mustache",
|
||||
template: 'api.mustache',
|
||||
},
|
||||
idn_beta: {
|
||||
specPath: "static/api-specs/idn/sailpoint-api.beta.yaml",
|
||||
outputDir: "products/idn/api/beta",
|
||||
specPath: 'static/api-specs/idn/sailpoint-api.beta.yaml',
|
||||
outputDir: 'products/idn/api/beta',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
},
|
||||
template: "api.mustache",
|
||||
template: 'api.mustache',
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
"docusaurus-plugin-openapi-docs",
|
||||
'docusaurus-plugin-openapi-docs',
|
||||
{
|
||||
id: "iiq-api",
|
||||
docsPluginId: "iiq",
|
||||
id: 'iiq-api',
|
||||
docsPluginId: 'iiq',
|
||||
config: {
|
||||
iiq: {
|
||||
specPath: "static/api-specs/iiq/swagger.json",
|
||||
outputDir: "products/iiq/api",
|
||||
specPath: 'static/api-specs/iiq/swagger.json',
|
||||
outputDir: 'products/iiq/api',
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
groupPathsBy: 'tag',
|
||||
categoryLinkSource: 'tag',
|
||||
},
|
||||
template: "api.mustache",
|
||||
template: 'api.mustache',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user