Skip to content

Commit 7308a29

Browse files
authored
update docusaurus to 3.5 (#121)
1 parent cb0fb69 commit 7308a29

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Website
22

3-
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
### Installation
66

community/support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ it. Do not hesitate to correct even the smallest, insignificant detail
2626
(especially English mistakes, including typography). We love nitpicking! This
2727
website is composed of a set of markdown files located on the
2828
[rapier.rs](https://github.com/dimforge/rapier.rs) repository. It is compiled using
29-
[Docusaurus 2](https://v2.docusaurus.io). As explained in the next section,
29+
[Docusaurus 3](https://docusaurus.io). As explained in the next section,
3030
you need to fork, fix, and create a pull request targeting the **master**
3131
branch of the **rapier.rs** repository to make your contribution ready
3232
to integrate into our code base. There are no specific rules, except that all

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"node": ">=18.0"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "^3.0",
19-
"@docusaurus/preset-classic": "^3.0",
18+
"@docusaurus/core": "^3.5.2",
19+
"@docusaurus/preset-classic": "^3.5.2",
2020
"@mdx-js/react": "^3.0",
2121
"clsx": "^1.1.1",
2222
"react": "^18.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ __metadata:
17221722
languageName: node
17231723
linkType: hard
17241724

1725-
"@docusaurus/core@npm:3.5.2, @docusaurus/core@npm:^3.0":
1725+
"@docusaurus/core@npm:3.5.2, @docusaurus/core@npm:^3.5.2":
17261726
version: 3.5.2
17271727
resolution: "@docusaurus/core@npm:3.5.2"
17281728
dependencies:
@@ -2039,7 +2039,7 @@ __metadata:
20392039
languageName: node
20402040
linkType: hard
20412041

2042-
"@docusaurus/preset-classic@npm:^3.0":
2042+
"@docusaurus/preset-classic@npm:^3.5.2":
20432043
version: 3.5.2
20442044
resolution: "@docusaurus/preset-classic@npm:3.5.2"
20452045
dependencies:
@@ -9649,8 +9649,8 @@ __metadata:
96499649
version: 0.0.0-use.local
96509650
resolution: "rapier@workspace:."
96519651
dependencies:
9652-
"@docusaurus/core": "npm:^3.0"
9653-
"@docusaurus/preset-classic": "npm:^3.0"
9652+
"@docusaurus/core": "npm:^3.5.2"
9653+
"@docusaurus/preset-classic": "npm:^3.5.2"
96549654
"@mdx-js/react": "npm:^3.0"
96559655
clsx: "npm:^1.1.1"
96569656
react: "npm:^18.2"

0 commit comments

Comments
 (0)