Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/pages/guide/_template.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
searchable: false
---

import { Cards, Card } from 'vocs'
import * as Demo from '../../components/guides/Demo.tsx'
import * as Step from '../../components/guides/steps'
Expand Down
71 changes: 0 additions & 71 deletions src/pages/guide/use-accounts/fee-sponsorship.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/protocol/tip20/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Below are some of the key benefits and features of TIP-20 tokens:
/>
<Card
description="TIP-20 tokens have dedicated blockspace from all other transactions, ensuring predictable payment fees."
to="#payments-lane"
to="#get-predictable-payment-fees"
icon="lucide:route"
title="Get Predictable Payment Fees"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors: <name/handle>
status: Draft | In Review | Approved | In Progress | Devnet | QA/Integration | Testnet | Mainnet | Deprecated
related: <links or IDs>
protocolVersion: <version at which TIP is scheduled to be included/was included>
searchable: false
---

# TIP-XXXX: TIP Title
Expand Down
115 changes: 0 additions & 115 deletions src/pages/quickstart/tip20.mdx

This file was deleted.

10 changes: 10 additions & 0 deletions vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,16 @@ export default defineConfig({
source: '/sdk/typescript/prool',
destination: '/sdk/typescript/prool/setup',
},
{
source: '/guide/use-accounts/fee-sponsorship',
destination: '/guide/payments/sponsor-user-fees',
status: 301,
},
{
source: '/quickstart/tip20',
destination: '/protocol/tip20/overview',
status: 301,
},
],
twoslash: {
twoslashOptions: {
Expand Down