Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 20, 2024
1 parent c1ebca9 commit 046a900
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10,428 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ And please following the [Swagger Specification](https://swagger.io/specificatio
If you want to edit the documentation locally, you can follow the steps below.

Install [Bun](https://bun.sh) first.

```shell
$ bun install

Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-mermaid": "^3.2.1",
"@docusaurus/core": "^3.3.0",
"@docusaurus/preset-classic": "^3.3.0",
"@docusaurus/theme-mermaid": "^3.3.0",
"@mdx-js/react": "^3",
"@saucelabs/theme-github-codeblock": "^0.1.1",
"ahooks": "^3.3.10",
Expand All @@ -41,7 +41,7 @@
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/module-type-aliases": "^3.3.0",
"@docusaurus/types": "3.0.0",
"@tsconfig/docusaurus": "^1.0.5",
"concurrently": "^7.0.0",
Expand Down
Loading

0 comments on commit 046a900

Please sign in to comment.