Skip to content

Commit a7454e5

Browse files
authored
Bump docusaurus to v3.8.1 (#302)
This change bumps the version of `docusaurus` from v3.7.0 to v3.8.1. There are no new features or bug fixes that need to be accounted for. The changes were tested locally by successfully building and serving the site. Changelogs for the versions included in this upgrade: * [v3.8.0](https://github.com/facebook/docusaurus/releases/tag/v3.8.0) * [v3.8.1](https://github.com/facebook/docusaurus/releases/tag/v3.8.1) The next major version of Docusaurus (v4) is coming and there are [Future Flags](https://docusaurus.io/blog/releases/3.8#future-flags) that can be opted into to prepare for that release. All of those flags were accepted.
1 parent 4ffb50d commit a7454e5

File tree

3 files changed

+495
-1234
lines changed

3 files changed

+495
-1234
lines changed

site/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ const config = {
3030
// Enable all Docusaurus Faster features
3131
// Ref: https://docusaurus.io/blog/releases/3.6#adoption-strategy
3232
experimental_faster: true,
33+
// Enable all Docusaurus v4 Future Flags
34+
// Ref: https://docusaurus.io/blog/releases/3.8#future-flags
35+
v4: true
3336
},
3437

3538
i18n: {

0 commit comments

Comments
 (0)