From 11db2867353ca5c163cfa76a1e21249fb45e18d6 Mon Sep 17 00:00:00 2001 From: meaghanfitzgerald Date: Tue, 17 Dec 2024 14:52:25 -0500 Subject: [PATCH] nit --- content/docs/api-reference/c-chain/api.mdx | 1 + content/docs/api-reference/x-chain/api.mdx | 3 ++- utils/remote-content.mts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/docs/api-reference/c-chain/api.mdx b/content/docs/api-reference/c-chain/api.mdx index ed6c6ccf683..671d7c891f3 100644 --- a/content/docs/api-reference/c-chain/api.mdx +++ b/content/docs/api-reference/c-chain/api.mdx @@ -1,5 +1,6 @@ --- title: C-Chain API +description: "This page is an overview of the C-Chain API associated with AvalancheGo.", --- diff --git a/content/docs/api-reference/x-chain/api.mdx b/content/docs/api-reference/x-chain/api.mdx index 2ebf9bb8dcd..6a01aacf395 100644 --- a/content/docs/api-reference/x-chain/api.mdx +++ b/content/docs/api-reference/x-chain/api.mdx @@ -1,5 +1,6 @@ --- -title: API +title: X-Chain API +description: "This page is an overview of the X-Chain API associated with AvalancheGo.", --- } > diff --git a/utils/remote-content.mts b/utils/remote-content.mts index 8146653b9fa..b94346c1bb4 100644 --- a/utils/remote-content.mts +++ b/utils/remote-content.mts @@ -178,7 +178,7 @@ async function main(): Promise { { sourceUrl: "https://raw.githubusercontent.com/ava-labs/avalanchego/master/vms/platformvm/service.md", outputPath: "content/docs/api-reference/p-chain/api.mdx", - title: "API", + title: "P-Chain API", description: "This page is an overview of the P-Chain API associated with AvalancheGo.", contentUrl: "https://github.com/ava-labs/avalanchego/blob/master/vms/platformvm/", },