From b81a1a4240f6b70f7548423e3a4a7db821fe794a Mon Sep 17 00:00:00 2001 From: Yury Akudovich Date: Thu, 10 Oct 2024 23:11:41 +0200 Subject: [PATCH] Fix lint in docs/guides/external-node/00_quick_start.md --- docs/guides/external-node/00_quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/external-node/00_quick_start.md b/docs/guides/external-node/00_quick_start.md index b24571d342fc..1da8a7ddb80c 100644 --- a/docs/guides/external-node/00_quick_start.md +++ b/docs/guides/external-node/00_quick_start.md @@ -43,7 +43,7 @@ You can also access a debug page with more information about the node [here](htt The HTTP JSON-RPC API can be accessed on port `3060` and WebSocket API can be accessed on port `3061`. -> [!NOTE] +> \[!NOTE\] > > The node will recover from a snapshot on it's first run, this may take up to 10h. Before the recovery is finished, the > API server won't serve any requests. @@ -52,7 +52,7 @@ The HTTP JSON-RPC API can be accessed on port `3060` and WebSocket API can be ac ### System Requirements -> [!NOTE] +> \[!NOTE\] > > Those are requirements for nodes that use snapshots recovery and history pruning (the default for docker-compose > setup).