Skip to content

Commit 9aa01e4

Browse files
committed
fix:fix besu doc
Signed-off-by: Chen Kai <[email protected]>
1 parent e519df2 commit 9aa01e4

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

Diff for: docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We have currently developed two important components of Optimism:
66

77
[Hildr](https://github.com/optimism-java/hildr) is an optimism rollup client written in Java.
88

9-
[Op-Besu](https://github.com/optimism-java/op-besu) is an optimism execution client written in Java, a fork of [Besu](https://github.com/hyperledger/besu).
9+
[Op-besu](https://github.com/optimism-java/op-besu) is an optimism execution client written in Java, a fork of [Besu](https://github.com/hyperledger/besu).
1010

1111

1212
## Our Vision

Diff for: docs/op-besu-docs/run-a-node/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run a Op-Besu node
1+
# Run a Op-besu node
22

33
import DocCardList from "@theme/DocCardList";
44

Diff for: docs/op-besu-docs/run-a-node/use_docker.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
22

3+
# Use docker
4+
5+
You can use Docker to run [Op-Besu](https://github.com/optimism-java/op-besu) as an Optimism EL node on the testnets.
6+
37
## Prerequisites
48

59
Download and install [Docker](https://docs.docker.com/get-started/get-docker/).
@@ -25,7 +29,7 @@ openssl rand -hex 32 > jwt.txt
2529
mkdir datadir
2630
```
2731

28-
## Start a Op-Besu node
32+
## Start a Op-besu node
2933

3034
<Tabs>
3135
<TabItem value="op sepolia" label="op sepolia" default>

Diff for: docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const config = {
106106
type: "doc",
107107
docId: "op-besu-docs/index",
108108
position: "left",
109-
label: "Op-Besu",
109+
label: "Op-besu",
110110
},
111111
{
112112
type: "doc",
@@ -115,7 +115,7 @@ const config = {
115115
label: "Super-proof",
116116
},
117117
{
118-
href: "https://discord.gg/qHK3Vj4j",
118+
href: "https://discord.gg/YC34UKyc2Y",
119119
className: "header-discord-link",
120120
position: "right",
121121
},
@@ -151,7 +151,7 @@ const config = {
151151
items: [
152152
{
153153
label: "Join our Discord",
154-
href: "https://discord.gg/qHK3Vj4j",
154+
href: "https://discord.gg/YC34UKyc2Y",
155155
},
156156
],
157157
},

Diff for: sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sidebars = {
2222
{
2323
type: "category",
2424
collapsed: true,
25-
label: "Run a Op-Besu node",
25+
label: "Run an Op-besu node",
2626
link: {
2727
type: "doc",
2828
id: "op-besu-docs/run-a-node/index",

0 commit comments

Comments
 (0)