Skip to content

Commit 42ae0b8

Browse files
authored
chore: bump docs to [email protected] and docusaurus-faster (#394)
1 parent 0763378 commit 42ae0b8

File tree

5 files changed

+3464
-14810
lines changed

5 files changed

+3464
-14810
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
NODE_VERSION: 20
10+
NODE_VERSION: 22
1111
PYTHON_VERSION: 3.12
1212

1313
jobs:

website/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ module.exports = {
2929
scripts: ['/js/custom.js'],
3030
favicon: 'img/favicon.ico',
3131
githubHost: 'github.com',
32+
future: {
33+
experimental_faster: true,
34+
},
3235
onBrokenLinks:
3336
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),
3437
onBrokenMarkdownLinks:

0 commit comments

Comments
 (0)