File tree Expand file tree Collapse file tree 6 files changed +32
-11
lines changed
Expand file tree Collapse file tree 6 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 6464 " [^\n ]+\\ |" ,
6565 " \\ |[^\n ]+\\ |[^\n ]+\\ |" ,
6666 " \\ /img\\ /socialCards\\ /[\\ w-]+\\ .jpg"
67+ ],
68+ "ignoreWords" : [
69+ " Hildr"
6770 ]
6871}
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
2323</TabItem >
2424</Tabs >
2525
26- Specifys whether to start up a Hildr devnet node.
26+ Specify whether to start up a Hildr devnet node.
2727
2828### ` network `
2929
@@ -88,7 +88,7 @@ The URL of the L1 Ethereum node that your Hildr node will connect to.
8888</TabItem >
8989</Tabs >
9090
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 .
9292
9393### ` l1-beacon-url `
9494
Original file line number Diff line number Diff line change 1- # Introdution
1+ # Introduction
22We continue to contribute public goods to help the Ethereum and Optimism community get better and better.
33
44## 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
1010
1111## Install from packaged binaries
1212
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 ) .
1414
1515Unpack the downloaded files and change into the ` op-besu-<release> ` directory.
1616
Original file line number Diff line number Diff line change @@ -280,13 +280,9 @@ const config = {
280280 containerId : "GTM-TB58STH" ,
281281 } ,
282282 ] ,
283- [
284- "@docusaurus/plugin-client-redirects" ,
285- {
286- redirects : [
287- ] ,
288- } ,
289- ] ,
283+ // [
284+ // "@docusaurus/plugin-client-redirects",{}
285+ // ],
290286 ] ,
291287 stylesheets : [
292288 {
You can’t perform that action at this time.
0 commit comments