Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Change menu
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jan 11, 2022
1 parent 5bfb404 commit 261c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion const/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const {url, social} = siteConfig

export const mainMenu = [
{ id: 0, title: 'Documentation', url: url.docs, target: "_blank", rel: "noopener nofollow" },
{ id: 1, title: 'Developers', url: '/#developers'},
{ id: 1, title: 'API Docs', url: url.apiDocs},
// { id: 1, title: 'About', url: '/#about' },
{ id: 2, title: 'Community', url: social.discord.url, target: "_blank", rel: "noopener nofollow" },
{ id: 3, title: 'Analytics', url: url.analytics, target: "_blank", rel: "noopener nofollow" },
Expand Down

0 comments on commit 261c547

Please sign in to comment.