mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
test build v3.8
This commit is contained in:
2
.github/workflows/infra-deploy.yml
vendored
2
.github/workflows/infra-deploy.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
|||||||
export DOCUSAURUS_SSG_WORKER_THREAD_RECYCLER_MAX_MEMORY=1000000000
|
export DOCUSAURUS_SSG_WORKER_THREAD_RECYCLER_MAX_MEMORY=1000000000
|
||||||
export
|
export
|
||||||
|
|
||||||
npm ci --legacy-peer-deps
|
npm ci
|
||||||
npm run gen-api-docs-all
|
npm run gen-api-docs-all
|
||||||
npm run build
|
npm run build
|
||||||
# push these files to AWS
|
# push these files to AWS
|
||||||
|
|||||||
@@ -15,16 +15,7 @@ const baseUrl = '/';
|
|||||||
const config: Config = {
|
const config: Config = {
|
||||||
future: {
|
future: {
|
||||||
v4: true,
|
v4: true,
|
||||||
experimental_faster: {
|
experimental_faster: true,
|
||||||
swcJsLoader: true,
|
|
||||||
swcJsMinimizer: true,
|
|
||||||
swcHtmlMinimizer: true,
|
|
||||||
lightningCssMinimizer: true,
|
|
||||||
rspackBundler: true,
|
|
||||||
mdxCrossCompilerCache: true,
|
|
||||||
rspackPersistentCache: true,
|
|
||||||
ssgWorkerThreads: true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
title: 'SailPoint Developer Community',
|
title: 'SailPoint Developer Community',
|
||||||
tagline:
|
tagline:
|
||||||
|
|||||||
2411
package-lock.json
generated
2411
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@@ -37,19 +37,19 @@
|
|||||||
"merge-all-code-examples": "npm run beta-merge-code-examples && npm run v3-merge-code-examples && npm run v2024-merge-code-examples && npm run v2025-merge-code-examples"
|
"merge-all-code-examples": "npm run beta-merge-code-examples && npm run v3-merge-code-examples && npm run v2024-merge-code-examples && npm run v2025-merge-code-examples"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/faster": "3.7.0-canary-6309",
|
"@docusaurus/faster": "3.8.0",
|
||||||
"@docusaurus/logger": "3.7.0-canary-6309",
|
"@docusaurus/logger": "3.8.0",
|
||||||
"@docusaurus/plugin-client-redirects": "3.7.0-canary-6309",
|
"@docusaurus/plugin-client-redirects": "3.8.0",
|
||||||
"@docusaurus/plugin-content-blog": "3.7.0-canary-6309",
|
"@docusaurus/plugin-content-blog": "3.8.0",
|
||||||
"@docusaurus/plugin-content-docs": "3.7.0-canary-6309",
|
"@docusaurus/plugin-content-docs": "3.8.0",
|
||||||
"@docusaurus/plugin-content-pages": "3.7.0-canary-6309",
|
"@docusaurus/plugin-content-pages": "3.8.0",
|
||||||
"@docusaurus/plugin-google-tag-manager": "3.7.0-canary-6309",
|
"@docusaurus/plugin-google-tag-manager": "3.8.0",
|
||||||
"@docusaurus/theme-classic": "3.7.0-canary-6309",
|
"@docusaurus/theme-classic": "3.8.0",
|
||||||
"@docusaurus/theme-common": "3.7.0-canary-6309",
|
"@docusaurus/theme-common": "3.8.0",
|
||||||
"@docusaurus/theme-mermaid": "3.7.0-canary-6309",
|
"@docusaurus/theme-mermaid": "3.8.0",
|
||||||
"@docusaurus/utils": "3.7.0-canary-6309",
|
"@docusaurus/utils": "3.8.0",
|
||||||
"@docusaurus/utils-common": "3.7.0-canary-6309",
|
"@docusaurus/utils-common": "3.8.0",
|
||||||
"@docusaurus/utils-validation": "3.7.0-canary-6309",
|
"@docusaurus/utils-validation": "3.8.0",
|
||||||
"@emotion/react": "^11.13.3",
|
"@emotion/react": "^11.13.3",
|
||||||
"@emotion/styled": "^11.13.0",
|
"@emotion/styled": "^11.13.0",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||||
@@ -87,11 +87,11 @@
|
|||||||
"nconf": "^0.11.4"
|
"nconf": "^0.11.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/core": "3.7.0-canary-6309",
|
"@docusaurus/core": "3.8.0",
|
||||||
"@docusaurus/module-type-aliases": "3.7.0-canary-6309",
|
"@docusaurus/module-type-aliases": "3.8.0",
|
||||||
"@docusaurus/preset-classic": "3.7.0-canary-6309",
|
"@docusaurus/preset-classic": "3.8.0",
|
||||||
"@docusaurus/tsconfig": "3.7.0-canary-6309",
|
"@docusaurus/tsconfig": "3.8.0",
|
||||||
"@docusaurus/types": "3.7.0-canary-6309",
|
"@docusaurus/types": "3.8.0",
|
||||||
"typescript": "~5.6.2",
|
"typescript": "~5.6.2",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"esbuild": "^0.25.0",
|
"esbuild": "^0.25.0",
|
||||||
|
|||||||
34
plugins.ts
34
plugins.ts
@@ -2,24 +2,22 @@ const {createApiPageMD} = require('./createApiPageMD');
|
|||||||
import clsx from "clsx";
|
import clsx from "clsx";
|
||||||
|
|
||||||
const pluginConfig = [
|
const pluginConfig = [
|
||||||
// function disableExpensiveBundlerOptimizationPlugin() {
|
[
|
||||||
// return {
|
function disableExpensiveBundlerOptimizationPlugin() {
|
||||||
// name: 'disable-expensive-bundler-optimizations',
|
return {
|
||||||
// configureWebpack() {
|
name: 'disable-expensive-bundler-optimizations',
|
||||||
// return {
|
configureWebpack(config, isServer) {
|
||||||
// optimization: {
|
return {
|
||||||
// concatenateModules: false,
|
optimization: {
|
||||||
// mergeDuplicateChunks: false,
|
// See https://github.com/facebook/docusaurus/discussions/11199
|
||||||
// removeAvailableModules: true,
|
concatenateModules: false,
|
||||||
// },
|
},
|
||||||
// experiments: {
|
};
|
||||||
// parallelCodeSplitting: false,
|
},
|
||||||
// } as any,
|
};
|
||||||
// };
|
},
|
||||||
// },
|
{},
|
||||||
// };
|
],
|
||||||
// },
|
|
||||||
|
|
||||||
[
|
[
|
||||||
'@docusaurus/plugin-google-tag-manager',
|
'@docusaurus/plugin-google-tag-manager',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user