From 98c78242d4e7eb51d91e7a178319dab16b1daab8 Mon Sep 17 00:00:00 2001 From: RadekSabacky Date: Fri, 13 Dec 2024 13:35:46 +0100 Subject: [PATCH] + add desription for intro pages --- documentation/docs/pages/apis/introduction.mdx | 4 ++++ documentation/docs/pages/developers/index.mdx | 4 ++++ documentation/docs/pages/network/index.md | 4 ++++ documentation/docs/pages/operators/introduction.mdx | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/documentation/docs/pages/apis/introduction.mdx b/documentation/docs/pages/apis/introduction.mdx index c2c521ba8c..03d4998584 100644 --- a/documentation/docs/pages/apis/introduction.mdx +++ b/documentation/docs/pages/apis/introduction.mdx @@ -1,3 +1,7 @@ +--- +description: Interactive APIs generated from the OpenAPI specs of various API endpoints offered by bits of Nym infrastructure run both by Nym and community operators for both Mainnet and the Sandbox testnet. +--- + # Introduction This site contains interactive APIs generated from the OpenAPI specs of various API endpoints offered by bits of Nym infrastructure run both by Nym and community operators for both Mainnet and the Sandbox testnet. diff --git a/documentation/docs/pages/developers/index.mdx b/documentation/docs/pages/developers/index.mdx index 9f27706c0d..a05d61780a 100644 --- a/documentation/docs/pages/developers/index.mdx +++ b/documentation/docs/pages/developers/index.mdx @@ -1,3 +1,7 @@ +--- +description: Nym's developer documentation covering core concepts of integrating with the Mixnet, interacting with the Nyx blockchain, an overview of the avaliable tools, and our SDK docs. +--- + # Introduction Nym's developer documentation covering core concepts of integrating with the Mixnet, interacting with the Nyx blockchain, an overview of the avaliable tools, and our SDK docs. diff --git a/documentation/docs/pages/network/index.md b/documentation/docs/pages/network/index.md index 2fc3a1a583..8ee579d0dc 100644 --- a/documentation/docs/pages/network/index.md +++ b/documentation/docs/pages/network/index.md @@ -1,3 +1,7 @@ +--- +description: Nym's network documentation covering network architecture, node types, tokenomics, and cryptography. +--- + # Introduction Nym's network documentation covering network architecture, node types, tokenomics, and crypto systems. diff --git a/documentation/docs/pages/operators/introduction.mdx b/documentation/docs/pages/operators/introduction.mdx index 82afe0998f..0261f8fa07 100644 --- a/documentation/docs/pages/operators/introduction.mdx +++ b/documentation/docs/pages/operators/introduction.mdx @@ -1,3 +1,7 @@ +--- +description: Nym's Operators guide containing information and setup guides for the various components of Nym network and Nyx blockchain validators. +--- + # Introduction This is **Nym's Operators guide**, containing information and setup guides for the various components of Nym network and Nyx blockchain validators.