Skip to content

Commit

Permalink
Merge pull request #14 from ForkbombEu/fix-links
Browse files Browse the repository at this point in the history
Update links in drop-down menu
  • Loading branch information
andrea-dintino authored May 8, 2024
2 parents b3b8d01 + df4274d commit e004d78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export default defineConfig({
{
text: "Guide",
items: [
{ text: "System admins", link: "/guides/sysadmin/" },
{ text: "Organization admins", link: "/guides/orgadmin/" },
{ text: "Wallet holders", link: "/guides/wallet/" },
{ text: "Verifiers", link: "/guides/verifier/" },
{ text: "Organization admins", link: "/guides/1_orgadmin/" },
{ text: "Wallet App", link: "/guides/2_wallet/" },
{ text: "Verifier App", link: "/guides/3_verifier/" },
{ text: "System admins", link: "/guides/4_sysadmin/" }
],
},
{ text: "Get started", link: "/get_started" },
Expand Down

0 comments on commit e004d78

Please sign in to comment.