Skip to content

Commit

Permalink
feat(docusaurus): Update docusaurus to 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Flipez <code@brauser.io>
  • Loading branch information
Flipez committed Nov 27, 2023
1 parent 2c802b9 commit 2c8e0f8
Show file tree
Hide file tree
Showing 10 changed files with 3,980 additions and 2,450 deletions.
2 changes: 1 addition & 1 deletion docs/docs/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}



Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"polished": "^4.2.2",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-terminal": "^1.2.8"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.2.0"
"@docusaurus/module-type-aliases": "^3.0.0"
},
"browserslist": {
"production": [
Expand All @@ -40,6 +40,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=18.0"
}
}
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.18.0/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}


```js
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.19.0/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}


```js
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.19.1/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}


```js
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.20.0/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}


```js
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.20.1/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}



Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.21.0/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}



Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.22.0/literals/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The response can be adjusted to the needs. It is a HASH supports the following c

- "status" needs to be an INTEGER (eg. 200, 400, 500). Default is 200.
- "body" needs to be a STRING. Default ""
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is {"Content-Type": "text/plain"}
- "headers" needs to be a HASH(STRING:STRING) eg. headers["Content-Type"] = "text/plain". Default is \{"Content-Type": "text/plain"\}



Expand Down
Loading

0 comments on commit 2c8e0f8

Please sign in to comment.