From 9a0d52a550e2a2e98a2e23019c7908f07319d839 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:45:17 -0400 Subject: [PATCH] applying prettier to entire repo (#6174) Co-authored-by: Polkadot-Kusama Bot --- docs/learn/learn-assets.md | 4 ++-- docs/maintain/maintain-guides-how-to-monitor-your-node.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/learn/learn-assets.md b/docs/learn/learn-assets.md index ec258d73f2de..a8db952835e2 100644 --- a/docs/learn/learn-assets.md +++ b/docs/learn/learn-assets.md @@ -66,8 +66,8 @@ market maker), which employs a mathematical formula to determine the price of a ratio within the liquidity pool. This pallet enables fees to be paid in any asset that has corresponding liquidity (in DOT/KSM) on -AssetHub. Learn more about asset conversion -on AssetHub, [including guides on how to use it here.](./learn-asset-conversion-assethub.md) +AssetHub. Learn more about asset conversion on AssetHub, +[including guides on how to use it here.](./learn-asset-conversion-assethub.md) ## Creation and Management diff --git a/docs/maintain/maintain-guides-how-to-monitor-your-node.md b/docs/maintain/maintain-guides-how-to-monitor-your-node.md index f22b19de6bd7..5d553dcf4601 100644 --- a/docs/maintain/maintain-guides-how-to-monitor-your-node.md +++ b/docs/maintain/maintain-guides-how-to-monitor-your-node.md @@ -286,8 +286,9 @@ and mouse hover "+" then select `Import`. `Import via grafana.com` - It allows you to use a dashboard that someone else has created and made public. You can check what other dashboards are available via [https://grafana.com/grafana/dashboards](https://grafana.com/grafana/dashboards). In this guide, we -use ["Substrate Node Metrics"](https://grafana.com/grafana/dashboards/21715-substrate-node-metrics/), so input "21715" under -the id field and click `Load`. +use +["Substrate Node Metrics"](https://grafana.com/grafana/dashboards/21715-substrate-node-metrics/), so +input "21715" under the id field and click `Load`. ![5-import-dashboard](../assets/guides/how-to-monitor/5-import-dashboard.png) @@ -297,7 +298,8 @@ click `Import`. ![5-import-dashboard-2](../assets/guides/how-to-monitor/5-import-dashboard-2.png) In the meantime, start your Polkadot node by running `./polkadot`. If everything is done correctly, -you should be able to monitor your node's performance such as the current block height, network traffic, running tasks, etc. on the Grafana dashboard. +you should be able to monitor your node's performance such as the current block height, network +traffic, running tasks, etc. on the Grafana dashboard. ![6-dashboard-metric](../assets/guides/how-to-monitor/6-dashboard-metric.png)