Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docusaurus to 3.5 #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Website

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

### Installation

Expand Down
2 changes: 1 addition & 1 deletion community/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ it. Do not hesitate to correct even the smallest, insignificant detail
(especially English mistakes, including typography). We love nitpicking! This
website is composed of a set of markdown files located on the
[rapier.rs](https://github.com/dimforge/rapier.rs) repository. It is compiled using
[Docusaurus 2](https://v2.docusaurus.io). As explained in the next section,
[Docusaurus 3](https://docusaurus.io). As explained in the next section,
you need to fork, fix, and create a pull request targeting the **master**
branch of the **rapier.rs** repository to make your contribution ready
to integrate into our code base. There are no specific rules, except that all
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"node": ">=18.0"
},
"dependencies": {
"@docusaurus/core": "^3.0",
"@docusaurus/preset-classic": "^3.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0",
"clsx": "^1.1.1",
"react": "^18.2",
Expand Down
Loading