Skip to content

Commit eb302b1

Browse files
committed
chore(docs): put guides and examples together
1 parent 5fb52d7 commit eb302b1

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/astro.config.ts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const { PORT = 4321, ENABLE_DEV_TOOLBAR = "false" } = loadEnv(
2424
"",
2525
)
2626

27+
// @ts-ignore
2728
export default defineConfig({
2829
site: SITE_URL,
2930
output: "static",
@@ -303,6 +304,10 @@ export default defineConfig({
303304
label: "Guide: Send Funds Holesky → Sepolia",
304305
link: "/integrations/typescript/guided-tutorial/evm-holesky-sepolia",
305306
},
307+
{
308+
label: "Example: Send Funds Holesky → Sepolia",
309+
link: "/integrations/typescript/examples/evm/send-funds-holesky-to-sepolia/",
310+
},
306311
],
307312
},
308313
{
@@ -312,24 +317,20 @@ export default defineConfig({
312317
label: "Guide: Cross Chain Contract Call",
313318
link: "/integrations/typescript/guided-tutorial/cosmos-call",
314319
},
320+
{
321+
label: "Example: Cross Chain Contract Call",
322+
link: "/integrations/typescript/examples/cosmos/call/",
323+
},
315324
{
316325
label: "Guide: Send Funds Union → Sepolia",
317326
link: "/integrations/typescript/guided-tutorial/cosmos-union-sepolia",
318327
},
328+
{
329+
label: "Example: Send Funds Union → Sepolia",
330+
link: "/integrations/typescript/examples/cosmos/send-funds-union-to-sepolia/",
331+
},
319332
],
320333
},
321-
{
322-
label: "Examples (EVM)",
323-
autogenerate: {
324-
directory: "/integrations/typescript/examples/evm",
325-
},
326-
},
327-
{
328-
label: "Examples (Cosmos)",
329-
autogenerate: {
330-
directory: "/integrations/typescript/examples/cosmos",
331-
},
332-
},
333334
],
334335
},
335336
{

0 commit comments

Comments
 (0)