Skip to content

Commit 75346dd

Browse files
committed
Fix build
1 parent 3d11e4d commit 75346dd

3 files changed

Lines changed: 776 additions & 979 deletions

File tree

docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ const config: Config = {
6060
position: "left",
6161
label: "Tutorial",
6262
},
63-
{
64-
label: "Petstore API",
65-
position: "left",
66-
to: "/docs/category/petstore-api",
67-
},
63+
// {
64+
// label: "Petstore API",
65+
// position: "left",
66+
// to: "/docs/category/petstore-api",
67+
// },
6868
{
6969
href: "https://github.com/facebook/docusaurus",
7070
label: "GitHub",
@@ -106,7 +106,7 @@ const config: Config = {
106106
items: [
107107
{
108108
label: "Blog",
109-
to: "/blog",
109+
to: "https://blog.bitcart.ai",
110110
},
111111
{
112112
label: "GitHub",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"clean-api-docs:version": "docusaurus clean-api-docs:version"
1919
},
2020
"dependencies": {
21-
"@docusaurus/core": "3.5.1",
22-
"@docusaurus/preset-classic": "3.5.1",
21+
"@docusaurus/core": "3.4.0",
22+
"@docusaurus/preset-classic": "3.4.0",
2323
"@mdx-js/react": "^3.0.0",
2424
"clsx": "^2.0.0",
2525
"docusaurus-plugin-openapi-docs": "3.0.1",

0 commit comments

Comments
 (0)