Skip to content

Commit 5fb52d7

Browse files
committed
docs: add guides to nav
1 parent e013246 commit 5fb52d7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/astro.config.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,28 @@ export default defineConfig({
296296
label: "Getting Started",
297297
link: "/integrations/typescript",
298298
},
299+
{
300+
label: "Guides (EVM)",
301+
items: [
302+
{
303+
label: "Guide: Send Funds Holesky → Sepolia",
304+
link: "/integrations/typescript/guided-tutorial/evm-holesky-sepolia",
305+
},
306+
],
307+
},
308+
{
309+
label: "Guides (Cosmos)",
310+
items: [
311+
{
312+
label: "Guide: Cross Chain Contract Call",
313+
link: "/integrations/typescript/guided-tutorial/cosmos-call",
314+
},
315+
{
316+
label: "Guide: Send Funds Union → Sepolia",
317+
link: "/integrations/typescript/guided-tutorial/cosmos-union-sepolia",
318+
},
319+
],
320+
},
299321
{
300322
label: "Examples (EVM)",
301323
autogenerate: {

0 commit comments

Comments
 (0)