Skip to content

Commit 20316e6

Browse files
committed
docs: group tidx under hosted services
1 parent ba19416 commit 20316e6

2 files changed

Lines changed: 34 additions & 5 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Hosted Services
3+
description: Use Tempo-hosted services for managed infrastructure, including fee sponsorship and TIDX SQL access to Tempo network data.
4+
---
5+
6+
import { Card, Cards } from 'vocs'
7+
8+
# Hosted Services
9+
10+
Tempo-hosted services provide managed infrastructure for common integration needs.
11+
12+
<Cards>
13+
<Card
14+
icon="lucide:badge-dollar-sign"
15+
title="Hosted Fee Payer"
16+
description="Sponsor Tempo transaction fees through hosted JSON-RPC relay endpoints."
17+
to="/developer-tools/fee-payer"
18+
/>
19+
<Card
20+
icon="lucide:database"
21+
title="Indexer (tidx)"
22+
description="Query Tempo blocks, transactions, logs, token balances, and decoded events through SQL."
23+
to="/developer-tools/indexer"
24+
/>
25+
</Cards>

vocs.config.ts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default defineConfig({
5353
sdk: 'SDKs',
5454
cli: 'CLI',
5555
ecosystem: 'ECOSYSTEM',
56+
'hosted-services': 'HOSTED SERVICES',
5657
learn: 'LEARN',
5758
wallet: 'WALLET',
5859
accounts: 'ACCOUNTS',
@@ -758,22 +759,25 @@ export default defineConfig({
758759
items: [
759760
{
760761
text: 'Hosted Services',
761-
collapsed: true,
762762
items: [
763+
{
764+
text: 'Overview',
765+
link: '/hosted-services',
766+
},
763767
{
764768
text: 'Hosted Fee Payer',
765769
link: '/developer-tools/fee-payer',
766770
},
771+
{
772+
text: 'Indexer (tidx)',
773+
link: '/developer-tools/indexer',
774+
},
767775
],
768776
},
769777
{
770778
text: 'Accounts SDK',
771779
link: '/accounts',
772780
},
773-
{
774-
text: 'Indexer (tidx)',
775-
link: '/developer-tools/indexer',
776-
},
777781
{
778782
text: 'CLI',
779783
collapsed: true,

0 commit comments

Comments
 (0)