Skip to content

Commit 25eb417

Browse files
committed
fix mdx and engine build errors
1 parent 1c1d142 commit 25eb417

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/rpc-reference/full-node-rpc.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Need to test these RPC endpoints? Use the **[RPC Validation Tool](/guides/rpc-va
2323
:::
2424

2525
<details>
26-
<summary>Note about Windows command escaping</summary>
26+
<summary>Note about Windows command escaping</summary>
2727

2828
This document will use Linux/MacOS RPC syntax. When running rpc commands on Windows, you'll need to escape all quotes with backslashes.
2929

@@ -75,10 +75,9 @@ for spent coins, use the [get_puzzle_and_solution](#get_puzzle_and_solution) API
7575
````mdx-code-block
7676
```json
7777
chia rpc full_node get_additions_and_removals '{"header_hash": "0xfb7891e9a4a9ca6f8a633e0632d82c2502f425526754f71aee5a55d6ad3933d8"}'
78+
```
7879
````
7980

80-
`````
81-
8281
Response:
8382

8483
````mdx-code-block
@@ -330,9 +329,8 @@ Response:
330329
],
331330
"success": true
332331
}
333-
`````
334-
335-
`````
332+
```
333+
````
336334

337335
</details>
338336

@@ -360,7 +358,7 @@ Request Parameters: None
360358
```json
361359
chia rpc full_node get_aggsig_additional_data
362360
```
363-
`````
361+
````
364362

365363
Response:
366364

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "chia-docs",
33
"version": "0.0.0",
44
"private": true,
5+
"engines": {
6+
"node": ">=18.0.0"
7+
},
58
"scripts": {
69
"docusaurus": "docusaurus",
710
"start": "docusaurus start",

0 commit comments

Comments
 (0)