From f9548c8e98176878e32b9a953ac5fded159c4c11 Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Fri, 9 Aug 2024 17:27:05 +0200 Subject: [PATCH 1/2] clarify title guide --- src/config/sidebar.ts | 2 +- src/content/ccip/tutorials/index.mdx | 2 +- .../tutorials/send-arbitrary-data-receipt-acknowledgment.mdx | 2 +- src/content/ccip/tutorials/send-arbitrary-data.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 5630b3db586..e82f4325031 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -1001,7 +1001,7 @@ export const SIDEBAR: Partial> = { url: "ccip/tutorials/send-arbitrary-data", }, { - title: "Send Arbitrary Data with Acknowledgment of Receipt", + title: "Send Arbitrary Data with Acknowledgment of Receipt: A -> B -> A", url: "ccip/tutorials/send-arbitrary-data-receipt-acknowledgment", }, { diff --git a/src/content/ccip/tutorials/index.mdx b/src/content/ccip/tutorials/index.mdx index abc54977fdf..459b0487469 100644 --- a/src/content/ccip/tutorials/index.mdx +++ b/src/content/ccip/tutorials/index.mdx @@ -17,7 +17,7 @@ You can explore several comprehensive guides to learn about cross-chain interope - [Checking CCIP Message Status](/ccip/tutorials/get-status-offchain) - [Transfer USDC with Data](/ccip/tutorials/usdc) - [Send Arbitrary Data](/ccip/tutorials/send-arbitrary-data) -- [Send Arbitrary Data with Acknowledgment of Receipt](/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment) +- [Send Arbitrary Data with Acknowledgment of Receipt: A -> B -> A](/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment) - [Manual Execution](/ccip/tutorials/manual-execution) - [Optimizing Gas Limit Settings in CCIP Messages](/ccip/tutorials/ccipreceive-gaslimit) - [Acquire Test Tokens](/ccip/test-tokens) diff --git a/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx b/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx index 287ea00e9e1..f3feba41375 100644 --- a/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx +++ b/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx @@ -1,7 +1,7 @@ --- section: ccip date: Last Modified -title: "Send Arbitrary Data with Acknowledgment of Receipt" +title: "Send Arbitrary Data with Acknowledgment of Receipt: A -> B -> A" whatsnext: { "See example cross-chain dApps and tools": "/ccip/examples", diff --git a/src/content/ccip/tutorials/send-arbitrary-data.mdx b/src/content/ccip/tutorials/send-arbitrary-data.mdx index edc6185a004..d7e38411233 100644 --- a/src/content/ccip/tutorials/send-arbitrary-data.mdx +++ b/src/content/ccip/tutorials/send-arbitrary-data.mdx @@ -4,7 +4,7 @@ date: Last Modified title: "Send Arbitrary Data" whatsnext: { - "Learn how to send arbitrary data with acknowledgment of receipt": "/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment", + "Learn how to send arbitrary data with acknowledgment of receipt: A -> B -> A": "/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment", "See example cross-chain dApps and tools": "/ccip/examples", "See the list of supported networks": "/ccip/supported-networks", "Learn about CCIP Architecture and Billing": "/ccip/architecture", From a4a8d7f887cf9531e7f4f8fafaf2bdbee53d3379 Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Fri, 9 Aug 2024 17:54:11 +0200 Subject: [PATCH 2/2] nit --- src/config/sidebar.ts | 2 +- src/content/ccip/tutorials/index.mdx | 2 +- .../tutorials/send-arbitrary-data-receipt-acknowledgment.mdx | 2 +- src/content/ccip/tutorials/send-arbitrary-data.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index e82f4325031..0fcd5f9b32a 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -1001,7 +1001,7 @@ export const SIDEBAR: Partial> = { url: "ccip/tutorials/send-arbitrary-data", }, { - title: "Send Arbitrary Data with Acknowledgment of Receipt: A -> B -> A", + title: "Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A", url: "ccip/tutorials/send-arbitrary-data-receipt-acknowledgment", }, { diff --git a/src/content/ccip/tutorials/index.mdx b/src/content/ccip/tutorials/index.mdx index 459b0487469..0fb11c09600 100644 --- a/src/content/ccip/tutorials/index.mdx +++ b/src/content/ccip/tutorials/index.mdx @@ -17,7 +17,7 @@ You can explore several comprehensive guides to learn about cross-chain interope - [Checking CCIP Message Status](/ccip/tutorials/get-status-offchain) - [Transfer USDC with Data](/ccip/tutorials/usdc) - [Send Arbitrary Data](/ccip/tutorials/send-arbitrary-data) -- [Send Arbitrary Data with Acknowledgment of Receipt: A -> B -> A](/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment) +- [Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A](/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment) - [Manual Execution](/ccip/tutorials/manual-execution) - [Optimizing Gas Limit Settings in CCIP Messages](/ccip/tutorials/ccipreceive-gaslimit) - [Acquire Test Tokens](/ccip/test-tokens) diff --git a/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx b/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx index f3feba41375..11c5e678206 100644 --- a/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx +++ b/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx @@ -1,7 +1,7 @@ --- section: ccip date: Last Modified -title: "Send Arbitrary Data with Acknowledgment of Receipt: A -> B -> A" +title: "Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A" whatsnext: { "See example cross-chain dApps and tools": "/ccip/examples", diff --git a/src/content/ccip/tutorials/send-arbitrary-data.mdx b/src/content/ccip/tutorials/send-arbitrary-data.mdx index d7e38411233..4af89679410 100644 --- a/src/content/ccip/tutorials/send-arbitrary-data.mdx +++ b/src/content/ccip/tutorials/send-arbitrary-data.mdx @@ -4,7 +4,7 @@ date: Last Modified title: "Send Arbitrary Data" whatsnext: { - "Learn how to send arbitrary data with acknowledgment of receipt: A -> B -> A": "/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment", + "Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A": "/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment", "See example cross-chain dApps and tools": "/ccip/examples", "See the list of supported networks": "/ccip/supported-networks", "Learn about CCIP Architecture and Billing": "/ccip/architecture",