Skip to content

Commit

Permalink
[docs-beta] Update to Docusaurus 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Jan 6, 2025
1 parent b897609 commit e41cf86
Show file tree
Hide file tree
Showing 3 changed files with 3,778 additions and 941 deletions.
7 changes: 5 additions & 2 deletions docs/docs-beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ For formatting guidelines, see the [CONTRIBUTING](CONTRIBUTING.md) guide.

## Installation

The site uses [yarn](https://yarnpkg.com/) for package management.
The site uses [yarn](https://yarnpkg.com/) for package management. Do not install yarn using `npm`.
The latest instructions for installing yarn can be found [here](https://yarnpkg.com/getting-started/install).

To install dependencies:
This is a recommended setup:

```
brew upgrade node
corepack enable
yarn install
```

Expand Down
18 changes: 9 additions & 9 deletions docs/docs-beta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"sync-api-docs": "/bin/sh scripts/vercel-sync-api-docs.sh"
},
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/plugin-ideal-image": "^3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@docusaurus/core": "^3.7.0",
"@docusaurus/plugin-ideal-image": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
Expand All @@ -36,11 +36,11 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@docusaurus/eslint-plugin": "^3.5.2",
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/theme-classic": "^3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"@docusaurus/eslint-plugin": "^3.7.0",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/theme-classic": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@eslint/js": "^9.10.0",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.5.4",
Expand Down
Loading

0 comments on commit e41cf86

Please sign in to comment.