From 60f5874f85bab687f8ba8d610cd37f47c3ea59a4 Mon Sep 17 00:00:00 2001 From: Ekaterina Mekhnetsova Date: Fri, 24 Nov 2023 15:57:52 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: William Richter <88400283+WRRicht3r@users.noreply.github.com> Signed-off-by: Ekaterina Mekhnetsova --- src/cookbook/check-health.md | 2 +- src/cookbook/check-status.md | 2 +- src/cookbook/register-domains.md | 2 +- src/cookbook/register-peers.md | 2 +- src/cookbook/register-pre-commit-triggers.md | 2 +- src/cookbook/register-roles.md | 2 +- src/cookbook/register-scheduled-triggers.md | 2 +- src/cookbook/submit-transactions.md | 2 +- src/cookbook/unregister-accounts.md | 2 +- src/cookbook/unregister-asset-definitions.md | 2 +- src/cookbook/unregister-assets.md | 2 +- src/cookbook/unregister-domains.md | 2 +- src/cookbook/unregister-peers.md | 2 +- src/cookbook/unregister-triggers.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/cookbook/check-health.md b/src/cookbook/check-health.md index 931aee845..712dc1950 100644 --- a/src/cookbook/check-health.md +++ b/src/cookbook/check-health.md @@ -3,7 +3,7 @@ title: "Check Health | Cookbook" head: - - meta - name: description - content: "Learn how to check health to monitor Iroha performance." + content: "Learn how to monitor Iroha performance by checking health." - - meta - name: keywords content: "telemetry, health, Iroha performance" diff --git a/src/cookbook/check-status.md b/src/cookbook/check-status.md index 44314f253..7596beeae 100644 --- a/src/cookbook/check-status.md +++ b/src/cookbook/check-status.md @@ -3,7 +3,7 @@ title: "Check Status | Cookbook" head: - - meta - name: description - content: "Learn how to check Iroha status." + content: "Learn how to check the Iroha status." - - meta - name: keywords content: "telemetry, Iroha status" diff --git a/src/cookbook/register-domains.md b/src/cookbook/register-domains.md index c73a5fc96..979499ec1 100644 --- a/src/cookbook/register-domains.md +++ b/src/cookbook/register-domains.md @@ -3,7 +3,7 @@ title: "Register Domains | Cookbook" head: - - meta - name: description - content: "Learn how to register a domain in Iroha." + content: "Learn how to register domains in Iroha." - - meta - name: keywords content: "Iroha domains, registering domains" diff --git a/src/cookbook/register-peers.md b/src/cookbook/register-peers.md index 04da2a5a2..eaec5ba58 100644 --- a/src/cookbook/register-peers.md +++ b/src/cookbook/register-peers.md @@ -3,7 +3,7 @@ title: "Register Peers | Cookbook" head: - - meta - name: description - content: "Learn how to register an Iroha peer." + content: "Learn how to register peers in Iroha." - - meta - name: keywords content: "registering peers, Iroha peers" diff --git a/src/cookbook/register-pre-commit-triggers.md b/src/cookbook/register-pre-commit-triggers.md index 484de8b5c..9001c0ef3 100644 --- a/src/cookbook/register-pre-commit-triggers.md +++ b/src/cookbook/register-pre-commit-triggers.md @@ -3,7 +3,7 @@ title: "Register Pre-commit Triggers | Cookbook" head: - - meta - name: description - content: "Learn how to ." + content: "Learn how to register pre-commit triggers in Iroha." - - meta - name: keywords content: "Iroha triggers, pre-commit triggers" diff --git a/src/cookbook/register-roles.md b/src/cookbook/register-roles.md index c15f9f369..6d9e9a100 100644 --- a/src/cookbook/register-roles.md +++ b/src/cookbook/register-roles.md @@ -3,7 +3,7 @@ title: "Register Roles | Cookbook" head: - - meta - name: description - content: "Learn how to register a role in Iroha." + content: "Learn how to register roles in Iroha." - - meta - name: keywords content: "registering roles, permissions" diff --git a/src/cookbook/register-scheduled-triggers.md b/src/cookbook/register-scheduled-triggers.md index d443f6897..abd331270 100644 --- a/src/cookbook/register-scheduled-triggers.md +++ b/src/cookbook/register-scheduled-triggers.md @@ -3,7 +3,7 @@ title: "Register Scheduled Triggers | Cookbook" head: - - meta - name: description - content: "Learn how to register a scheduled trigger in Iroha." + content: "Learn how to register scheduled triggers in Iroha." - - meta - name: keywords content: "Iroha triggers, scheduled triggers" diff --git a/src/cookbook/submit-transactions.md b/src/cookbook/submit-transactions.md index 6194682e7..68073d56b 100644 --- a/src/cookbook/submit-transactions.md +++ b/src/cookbook/submit-transactions.md @@ -3,7 +3,7 @@ title: "Submit Transactions | Cookbook" head: - - meta - name: description - content: "Learn how to submit a transaction in Iroha." + content: "Learn how to submit transactions in Iroha." - - meta - name: keywords content: "submitting transactions, Iroha transactions" diff --git a/src/cookbook/unregister-accounts.md b/src/cookbook/unregister-accounts.md index 23d050954..3411a0796 100644 --- a/src/cookbook/unregister-accounts.md +++ b/src/cookbook/unregister-accounts.md @@ -3,7 +3,7 @@ title: "Unregister Accounts | Cookbook" head: - - meta - name: description - content: "Learn how to unregister an account in Iroha." + content: "Learn how to unregister accounts in Iroha." - - meta - name: keywords content: "Iroha accounts, unregister instruction" diff --git a/src/cookbook/unregister-asset-definitions.md b/src/cookbook/unregister-asset-definitions.md index ae1b97d6c..809441641 100644 --- a/src/cookbook/unregister-asset-definitions.md +++ b/src/cookbook/unregister-asset-definitions.md @@ -3,7 +3,7 @@ title: "Unregister Asset Definitions | Cookbook" head: - - meta - name: description - content: "Learn how to unregister an asset definition." + content: "Learn how to unregister asset definitions in Iroha." - - meta - name: keywords content: "Iroha asset definition, unregister instruction" diff --git a/src/cookbook/unregister-assets.md b/src/cookbook/unregister-assets.md index b4cb2d788..c05c30c97 100644 --- a/src/cookbook/unregister-assets.md +++ b/src/cookbook/unregister-assets.md @@ -3,7 +3,7 @@ title: "Unregister Assets | Cookbook" head: - - meta - name: description - content: "Learn how to unregister an asset in Iroha." + content: "Learn how to unregister assets in Iroha." - - meta - name: keywords content: "Iroha assets, unregister instruction" diff --git a/src/cookbook/unregister-domains.md b/src/cookbook/unregister-domains.md index 24df8e72a..fbe2ec295 100644 --- a/src/cookbook/unregister-domains.md +++ b/src/cookbook/unregister-domains.md @@ -3,7 +3,7 @@ title: "Unregister Domains | Cookbook" head: - - meta - name: description - content: "Learn how to unregister a domain in Iroha." + content: "Learn how to unregister domains in Iroha." - - meta - name: keywords content: "Iroha domains, unregister instruction" diff --git a/src/cookbook/unregister-peers.md b/src/cookbook/unregister-peers.md index e36285eab..1b0635165 100644 --- a/src/cookbook/unregister-peers.md +++ b/src/cookbook/unregister-peers.md @@ -3,7 +3,7 @@ title: "Unregister Peers | Cookbook" head: - - meta - name: description - content: "Learn how to unregister a peer in Iroha." + content: "Learn how to unregister peers in Iroha." - - meta - name: keywords content: "Iroha peers, unregister instruction" diff --git a/src/cookbook/unregister-triggers.md b/src/cookbook/unregister-triggers.md index fcb4b71b8..a9044076f 100644 --- a/src/cookbook/unregister-triggers.md +++ b/src/cookbook/unregister-triggers.md @@ -3,7 +3,7 @@ title: "Unregister Triggers | Cookbook" head: - - meta - name: description - content: "Learn how to unregister a trigger in Iroha." + content: "Learn how to unregister triggers in Iroha." - - meta - name: keywords content: "Iroha triggers, unregister instruction"