Skip to content

Commit b73cb9a

Browse files
authored
docs: separate papi apps into another section (#49)
1 parent f6c575e commit b73cb9a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

vocs.config.tsx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,25 @@ export default defineConfig({
127127
link: "https://chains.papi.how",
128128
},
129129
{
130-
text: "Built with PAPI",
130+
text: "PAPI Apps",
131131
items: [
132+
{
133+
text: "PAPI Console",
134+
link: "https://github.com/polkadot-api/papi-console",
135+
},
136+
{
137+
text: "Polkadot Bounties",
138+
link: "https://github.com/polkadot-api/polkadot-bounties",
139+
},
132140
{
133141
text: "Teleport across chains",
134142
link: "https://github.com/polkadot-api/react-teleport-example",
135143
},
144+
],
145+
},
146+
{
147+
text: "Built with PAPI",
148+
items: [
136149
{
137150
text: "Kheopswap. Swap portal for AssetHub",
138151
link: "https://github.com/kheopswap/kheopswap",

0 commit comments

Comments
 (0)