From de65a9f6bdcf2e1f2bde725cbf7cb746848b16fe Mon Sep 17 00:00:00 2001 From: Chetan Phirke Date: Fri, 13 Sep 2024 14:28:12 +0800 Subject: [PATCH] Fix linting --- zq2/mkdocs.in.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/zq2/mkdocs.in.yaml b/zq2/mkdocs.in.yaml index 4b554ca..4466a6c 100644 --- a/zq2/mkdocs.in.yaml +++ b/zq2/mkdocs.in.yaml @@ -1,14 +1,14 @@ INHERIT: ./parent.yaml nav: - - Welcome: index.md - - What's new in Zilliqa 2.0: changes.md - - Endpoints, Block Explorer and Faucet: endpoints.md - - Nodes & Validators: - - Overview: nodes/index.md - - Prototestnet Nodes: nodes/prototestnetnodes.md - - Checkpoints: nodes/checkpoint.md - - NodeFAQ: nodes/nodefaq.md - - Tools and SDKs: sdk.md - - $use_zq2_from - - $APIs - - Support & Feedback: support.md + - Welcome: index.md + - What's new in Zilliqa 2.0: changes.md + - Endpoints, Block Explorer and Faucet: endpoints.md + - Nodes & Validators: + - Overview: nodes/index.md + - Prototestnet Nodes: nodes/prototestnetnodes.md + - Checkpoints: nodes/checkpoint.md + - NodeFAQ: nodes/nodefaq.md + - Tools and SDKs: sdk.md + - $use_zq2_from + - $APIs + - Support & Feedback: support.md