Skip to content

Commit 8ba8927

Browse files
laodouyalaodouya
authored andcommitted
chore(publish): published 0.8.0 docs by [laodouya]
1 parent 7885f29 commit 8ba8927

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/deploy_miner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Deploy custom miner
77

88
文档对应版本:
99

10-
covenantsql/covenantsql 84b7da393152
10+
covenantsql/covenantsql e87bfd412293
1111

1212
本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
1313

@@ -381,7 +381,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
381381
382382
```shell
383383
docker run -d -v $(pwd)/client_config/:/app/config/ \
384-
-e COVENANT_ROLE=observer \
384+
-e COVENANT_ROLE=explorer \
385385
-e COVENANT_CONF=/app/config/config.yaml \
386386
-e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
387387
--name "<explorer_name>" \

website/translated_docs/zh-CN/version-0.8.0/deploy_miner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Deploy custom miner
77

88
文档对应版本:
99

10-
covenantsql/covenantsql 84b7da393152
10+
covenantsql/covenantsql e87bfd412293
1111

1212
本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
1313

@@ -381,7 +381,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
381381
382382
```shell
383383
docker run -d -v $(pwd)/client_config/:/app/config/ \
384-
-e COVENANT_ROLE=observer \
384+
-e COVENANT_ROLE=explorer \
385385
-e COVENANT_CONF=/app/config/config.yaml \
386386
-e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
387387
--name "<explorer_name>" \

website/versioned_docs/version-0.8.0/deploy_miner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ original_id: deploy_miner
88

99
文档对应版本:
1010

11-
covenantsql/covenantsql 84b7da393152
11+
covenantsql/covenantsql e87bfd412293
1212

1313
本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
1414

@@ -382,7 +382,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
382382
383383
```shell
384384
docker run -d -v $(pwd)/client_config/:/app/config/ \
385-
-e COVENANT_ROLE=observer \
385+
-e COVENANT_ROLE=explorer \
386386
-e COVENANT_CONF=/app/config/config.yaml \
387387
-e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
388388
--name "<explorer_name>" \

0 commit comments

Comments
 (0)