Skip to content

Commit

Permalink
feat: add creating new interchain token guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Olanetsoft authored and ffe9f8 committed Jan 23, 2024
1 parent d3d85ad commit 1eb7cfe
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,17 @@ export const getNavigation = (section) => {
title: "Rate Limit",
href: "/dev/reference/interchain-token-service-rate-limit",
},
{
title: "Developer Guides",
children: [
{
title: "Programmatically Create a Token",
href: "/dev/send-tokens/interchain-tokens/developer-guides/programmatically-create-a-token",
},
],
},
],
}
},
],
},
{
Expand Down Expand Up @@ -243,7 +252,10 @@ export const getNavigation = (section) => {
{ title: "Ethereum", href: "/validator/external-chains/ethereum" },
{ title: "Fantom", href: "/validator/external-chains/fantom" },
{ title: "Filecoin", href: "/validator/external-chains/filecoin" },
{ title: "Immutable zkEVM", href: "/validator/external-chains/immutable" },
{
title: "Immutable zkEVM",
href: "/validator/external-chains/immutable",
},
{ title: "Kava", href: "/validator/external-chains/kava" },
{ title: "Linea", href: "/validator/external-chains/linea" },
{ title: "Mantle", href: "/validator/external-chains/mantle" },
Expand Down
Loading

0 comments on commit 1eb7cfe

Please sign in to comment.