Skip to content

Commit

Permalink
fix: remove indexers (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olanetsoft authored Dec 12, 2024
1 parent 33e26d1 commit b7aeb1d
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ export const getNavigation = (section) => {
children: [
{
title: "Send Tokens",
href: "/dev/send-tokens/deprecated/send-tokens/"
href: "/dev/send-tokens/deprecated/send-tokens/",
},
{
title: "Deposit Address",
href: "/dev/send-tokens/deprecated/deposit-address/"
}
]
href: "/dev/send-tokens/deprecated/deposit-address/",
},
],
},
],
},
Expand Down Expand Up @@ -388,19 +388,6 @@ export const getNavigation = (section) => {
},
],
},
{
title: "Indexers",
children: [
{
title: "Introduction",
href: "/dev/indexers/overview/",
},
{
title: "SubQuery",
href: "/dev/indexers/subquery/",
},
],
},
],
});

Expand Down

0 comments on commit b7aeb1d

Please sign in to comment.