Skip to content

Commit 5e1d06b

Browse files
gakonstampagent
andcommitted
fix: cleanup docs issues
- Remove duplicate fee-sponsorship.mdx (orphaned page not in sidebar) - Add 301 redirect to canonical /guide/payments/sponsor-user-fees - Remove _template.mdx to fix 'Replace Me' appearing in search - Fix broken #payments-lane anchor links in tip20 pages - Correct anchor is #get-predictable-payment-fees Amp-Thread-ID: https://ampcode.com/threads/T-019be114-04be-71cb-9110-401d83b5e771 Co-authored-by: Amp <amp@ampcode.com>
1 parent 560d6f9 commit 5e1d06b

5 files changed

Lines changed: 7 additions & 205 deletions

File tree

src/pages/guide/_template.mdx

Lines changed: 0 additions & 132 deletions
This file was deleted.

src/pages/guide/use-accounts/fee-sponsorship.mdx

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/pages/protocol/tip20/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Below are some of the key benefits and features of TIP-20 tokens:
2525
/>
2626
<Card
2727
description="TIP-20 tokens have dedicated blockspace from all other transactions, ensuring predictable payment fees."
28-
to="#payments-lane"
28+
to="#get-predictable-payment-fees"
2929
icon="lucide:route"
3030
title="Get Predictable Payment Fees"
3131
/>

src/pages/quickstart/tip20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Below are some of the key benefits and features of TIP-20 tokens:
2323
/>
2424
<Card
2525
description="TIP-20 tokens have dedicated blockspace from all other transactions, ensuring predictable payment fees."
26-
to="#payments-lane"
26+
to="#get-predictable-payment-fees"
2727
icon="lucide:route"
2828
title="Get Predictable Payment Fees"
2929
/>

vocs.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,11 @@ export default defineConfig({
672672
source: '/sdk/typescript/prool',
673673
destination: '/sdk/typescript/prool/setup',
674674
},
675+
{
676+
source: '/guide/use-accounts/fee-sponsorship',
677+
destination: '/guide/payments/sponsor-user-fees',
678+
status: 301,
679+
},
675680
],
676681
twoslash: {
677682
twoslashOptions: {

0 commit comments

Comments
 (0)