update to 3.6.1

This commit is contained in:
darrell-thobe-sp
2024-11-11 22:05:29 -05:00
parent 103e3b63f8
commit a5bcfa9dea
5 changed files with 3932 additions and 2775 deletions

View File

@@ -1,7 +1,7 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
const {themes} = require('prism-react-renderer');
const { themes } = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;
@@ -12,6 +12,16 @@ const baseUrl = '/';
/** @type {import('@docusaurus/types').Config} */
const config = {
future: {
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: true,
mdxCrossCompilerCache: true,
},
},
title: 'SailPoint Developer Community',
tagline:
'The SailPoint Developer Community has everything you need to build, extend, and automate scalable identity solutions.',
@@ -53,16 +63,6 @@ const config = {
}),
],
],
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve("esbuild-loader"),
options: {
loader: "tsx",
format: isServer ? "cjs" : undefined,
target: isServer ? "node12" : "es2017",
},
}),
},
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({