diff --git a/.github/workflows/ci-docs-reusable.yml b/.github/workflows/ci-docs-reusable.yml index 5b1d5a9bcdfa..4138a7eb7a39 100644 --- a/.github/workflows/ci-docs-reusable.yml +++ b/.github/workflows/ci-docs-reusable.yml @@ -35,4 +35,5 @@ jobs: - name: Lints run: | + ci_run zk_supervisor fmt --check ci_run zk_supervisor lint -t md --check diff --git a/docs/guides/external-node/00_quick_start.md b/docs/guides/external-node/00_quick_start.md index b24571d342fc..07e52085cf4f 100644 --- a/docs/guides/external-node/00_quick_start.md +++ b/docs/guides/external-node/00_quick_start.md @@ -38,8 +38,8 @@ sudo docker compose --file testnet-external-node-docker-compose.yml down --volum ### Observability -You can see the status of the node (after recovery) in [local grafana dashboard](http://localhost:3000/dashboards). -You can also access a debug page with more information about the node [here](http://localhost:5000). +You can see the status of the node (after recovery) in [local grafana dashboard](http://localhost:3000/dashboards). You +can also access a debug page with more information about the node [here](http://localhost:5000). The HTTP JSON-RPC API can be accessed on port `3060` and WebSocket API can be accessed on port `3061`.