Skip to content

Commit 6ab4af6

Browse files
docs: nav updates (#521)
specified "HTML" page in link element overview partial, changed page title of monetization link element page version that is in the wallet linking section. changed the "next" link at the bottom of the publishers tools page from the spec to the compatible wallets page, because the spec opens in a new window. this change at least keeps the reader in the docs.
1 parent 399c2df commit 6ab4af6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/content/docs/developers/link-element-webpage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Monetization <link> element
2+
title: Webpage (HTML)
33
---
44
import { Badge } from '@astrojs/starlight/components'
55
import Overview from "/src/partials/link-element-overview.mdx";

src/content/docs/developers/tools.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Publisher tools
33
banner:
44
content: |
55
More tools coming soon!
6+
next:
7+
link: /wallets
8+
label: Compatible digital wallets
69
---
710

811
import { LinkButton } from '@astrojs/starlight/components';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
From a creator/developer perspective, the monetization `<link>` element is one of the two key pieces to web monetizing a page. The second piece is a wallet address/payment pointer.
1+
From a creator/developer perspective, the monetization `<link>` element is one of the two key pieces to web monetizing an HTML page. The second piece is a wallet address/payment pointer.

0 commit comments

Comments
 (0)