File tree 6 files changed +32
-11
lines changed
6 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 64
64
" [^\n ]+\\ |" ,
65
65
" \\ |[^\n ]+\\ |[^\n ]+\\ |" ,
66
66
" \\ /img\\ /socialCards\\ /[\\ w-]+\\ .jpg"
67
+ ],
68
+ "ignoreWords" : [
69
+ " Hildr"
67
70
]
68
71
}
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Release
3
+
4
+ on :
5
+ push :
6
+ branches :
7
+ - main
8
+
9
+ jobs :
10
+ build :
11
+ name : Build
12
+ runs-on : ubuntu-latest
13
+ permissions :
14
+ contents : write
15
+
16
+ steps :
17
+ - uses : actions/checkout@v4
18
+
19
+ - name : Build
20
+ uses : Consensys/docs-gha/release@main
21
+ with :
22
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ java --enable-preview -cp hildr-node.jar io.optimism.Hildr --help
23
23
</TabItem >
24
24
</Tabs >
25
25
26
- Specifys whether to start up a Hildr devnet node.
26
+ Specify whether to start up a Hildr devnet node.
27
27
28
28
### ` network `
29
29
@@ -88,7 +88,7 @@ The URL of the L1 Ethereum node that your Hildr node will connect to.
88
88
</TabItem >
89
89
</Tabs >
90
90
91
- The URL of the L1 Ethereum node that your Hildr node will connect to via Websockets .
91
+ The URL of the L1 Ethereum node that your Hildr node will connect to via Websocket .
92
92
93
93
### ` l1-beacon-url `
94
94
Original file line number Diff line number Diff line change 1
- # Introdution
1
+ # Introduction
2
2
We continue to contribute public goods to help the Ethereum and Optimism community get better and better.
3
3
4
4
## Our Works
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can install the Op-besu or Op-geth client to run a Optimism EL node from a b
10
10
11
11
## Install from packaged binaries
12
12
13
- Download the Op Besu [ packaged binaires ] ( https://github.com/optimism-java/op-besu/releases ) .
13
+ Download the Op Besu [ packaged binaries ] ( https://github.com/optimism-java/op-besu/releases ) .
14
14
15
15
Unpack the downloaded files and change into the ` op-besu-<release> ` directory.
16
16
Original file line number Diff line number Diff line change @@ -280,13 +280,9 @@ const config = {
280
280
containerId : "GTM-TB58STH" ,
281
281
} ,
282
282
] ,
283
- [
284
- "@docusaurus/plugin-client-redirects" ,
285
- {
286
- redirects : [
287
- ] ,
288
- } ,
289
- ] ,
283
+ // [
284
+ // "@docusaurus/plugin-client-redirects",{}
285
+ // ],
290
286
] ,
291
287
stylesheets : [
292
288
{
You can’t perform that action at this time.
0 commit comments