Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
meaghanfitzgerald committed Dec 17, 2024
1 parent 486d40a commit 11db286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions content/docs/api-reference/c-chain/api.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: C-Chain API
description: "This page is an overview of the C-Chain API associated with AvalancheGo.",
---

<Callout title="Note">
Expand Down
3 changes: 2 additions & 1 deletion content/docs/api-reference/x-chain/api.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: API
title: X-Chain API
description: "This page is an overview of the X-Chain API associated with AvalancheGo.",
---

<Callout title="Tip" icon = {<BadgeCheck className="size-5 text-card" fill="green" />} >
Expand Down
2 changes: 1 addition & 1 deletion utils/remote-content.mts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function main(): Promise<void> {
{
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/",
},
Expand Down

0 comments on commit 11db286

Please sign in to comment.