Skip to content

Commit f7156a4

Browse files
committed
changed react version for docusaurus 3.7, increased build time
1 parent fc43fee commit f7156a4

File tree

4 files changed

+1999
-494
lines changed

4 files changed

+1999
-494
lines changed

.github/workflows/azure-static-web-apps-mango-pebble-04d97680f.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_PEBBLE_04D97680F }}
4141
action: "upload"
42+
build_timeout_in_minutes: 90
4243
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
4344
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
4445
app_location: "/" # App source code path

docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ const config = {
5252
],
5353

5454
plugins: [
55+
process.env.RSDOCTOR === 'true' && [
56+
'rsdoctor',
57+
{
58+
rsdoctorOptions: {
59+
mode: 'lite', // or 'full' for more detailed analysis
60+
},
61+
},
62+
],
5563
// ActivityMonitor Product Documentation
5664
[
5765
'@docusaurus/plugin-content-docs',
@@ -428,7 +436,7 @@ const config = {
428436
},
429437
},
430438
],
431-
],
439+
].filter(Boolean),
432440

433441
themeConfig:
434442
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */

0 commit comments

Comments
 (0)