Skip to content

Commit

Permalink
feat: add linking custom token as interchain token guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Olanetsoft authored and ffe9f8 committed Feb 3, 2024
1 parent 419af57 commit 486caf8
Show file tree
Hide file tree
Showing 2 changed files with 736 additions and 7 deletions.
36 changes: 29 additions & 7 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const getNavigation = (section) => {
title: "Programmatically Create a Canonical Token",
href: "/dev/send-tokens/interchain-tokens/developer-guides/programmatically-create-a-canonical-token",
},
{
title: "Link Custom Tokens Into Interchain Tokens",
href: "/dev/send-tokens/interchain-tokens/developer-guides/link-custom-tokens-deployed-across-multiple-chains-into-interchain-tokens",
},
],
},
],
Expand Down Expand Up @@ -198,7 +202,7 @@ export const getNavigation = (section) => {
},
{
title: "Glossary",
href: "/dev/glossary"
href: "/dev/glossary",
},
],
});
Expand Down Expand Up @@ -283,7 +287,10 @@ export const getNavigation = (section) => {
title: "Rotate tofnd mnemonics",
href: "/validator/operations/mnemonic-rotation",
},
{ title: "Monitor a validator or node", href: "/validator/operations/monitoring" },
{
title: "Monitor a validator or node",
href: "/validator/operations/monitoring",
},
],
},
{
Expand All @@ -306,8 +313,14 @@ export const getNavigation = (section) => {
{
title: "Validator status",
children: [
{ title: "Register external chains", href: "/validator/status/register-external-chains" },
{ title: "Check validator status", href: "/validator/status/health-check" },
{
title: "Register external chains",
href: "/validator/status/register-external-chains",
},
{
title: "Check validator status",
href: "/validator/status/health-check",
},
{ title: "Leave the network", href: "/validator/status/leave" },
],
},
Expand Down Expand Up @@ -336,13 +349,19 @@ export const getNavigation = (section) => {
title: "Tokens",
children: [
{ title: "Stake AXL tokens", href: "/resources/tokens/stake-axl" },
{ title: "Wrap / unwrap tokens", href: "/resources/tokens/wrapped-tokens" },
{
title: "Wrap / unwrap tokens",
href: "/resources/tokens/wrapped-tokens",
},
],
},
{
title: "Axelarscan",
children: [
{ title: "Add Account to Axelarscan", href: "/resources/axelarscan/axelarscan-add" },
{
title: "Add Account to Axelarscan",
href: "/resources/axelarscan/axelarscan-add",
},
],
},
{
Expand All @@ -356,7 +375,10 @@ export const getNavigation = (section) => {
{
title: "Community",
children: [
{ title: "Community Pool Proposals", href: " /resources/community/community-pool-proposals" },
{
title: "Community Pool Proposals",
href: " /resources/community/community-pool-proposals",
},
{ title: "Bug Bounty", href: "/resources/community/bug-bounty" },
],
},
Expand Down
Loading

0 comments on commit 486caf8

Please sign in to comment.