diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c473bb7..db696d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] - 21-02-2024 + ### Added - Ecosystem/Polygon ID State Replication: @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ecosystem/Polygon ID State Replication: - Updated the relayer version in the state replication guide; +- Tweaked meta titles, description, H1s and outlinks for SEO performance; ## [2.0.1] - 05-02-2024 diff --git a/docs/products/base-layer/oracles.mdx b/docs/products/base-layer/oracles.mdx index 51867b6f..4cfbf694 100644 --- a/docs/products/base-layer/oracles.mdx +++ b/docs/products/base-layer/oracles.mdx @@ -1,4 +1,5 @@ --- +title: Rarimo Oracles description: Rarimo Oracles observe events on the external chains in a secure and decentralized way. # TODO: update and simplify this doc --- diff --git a/docs/products/bridging-protocol/smart-contracts-reference/evm.mdx b/docs/products/bridging-protocol/smart-contracts-reference/evm.mdx index 19929b35..0859987f 100644 --- a/docs/products/bridging-protocol/smart-contracts-reference/evm.mdx +++ b/docs/products/bridging-protocol/smart-contracts-reference/evm.mdx @@ -1,9 +1,10 @@ --- # TODO: link to the package / github where our ABIs are accessible +sidebar_label: "EVM" --- import OutLink from "@site/src/components/OutLink"; -# EVM +# EVM bridge contracts We use the same contract interfaces for all EVM-compatible blockchains we support. These interfaces are available on `npm` and `github`. You can use this page to reference the interface and capabilities of our deployed contracts quickly. diff --git a/docs/products/bridging-protocol/smart-contracts-reference/near.mdx b/docs/products/bridging-protocol/smart-contracts-reference/near.mdx index 924736ff..92631806 100644 --- a/docs/products/bridging-protocol/smart-contracts-reference/near.mdx +++ b/docs/products/bridging-protocol/smart-contracts-reference/near.mdx @@ -1,8 +1,9 @@ --- +sidebar_label: "Near" --- import OutLink from "@site/src/components/OutLink"; -# Near +# Near bridge contracts The NEAR Bridge Contracts provide deposit and withdrawal functions for native, fungible, and non-fungible tokens. diff --git a/docs/products/bridging-protocol/smart-contracts-reference/solana.mdx b/docs/products/bridging-protocol/smart-contracts-reference/solana.mdx index f1dbfbe6..74f456f0 100644 --- a/docs/products/bridging-protocol/smart-contracts-reference/solana.mdx +++ b/docs/products/bridging-protocol/smart-contracts-reference/solana.mdx @@ -1,8 +1,9 @@ --- +sidebar_label: "Solana" --- import OutLink from "@site/src/components/OutLink"; -# Solana +# Solana bridge contracts The Solana Bridge Contracts provide deposit and withdrawal functions for native, fungible, and non-fungible tokens. diff --git a/docs/products/rarime/overview.mdx b/docs/products/rarime/overview.mdx index 0c265453..a054cb63 100644 --- a/docs/products/rarime/overview.mdx +++ b/docs/products/rarime/overview.mdx @@ -1,5 +1,6 @@ --- slug: /products/rarime +title: RariMe Identity Wallet description: RariMe is a self-sovereign wallet that lives in your MetaMask. --- import OutLink from "@site/src/components/OutLink";