Skip to content

Commit

Permalink
chore: prep for key primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
nftchance committed Feb 8, 2024
1 parent 015c023 commit 27566cf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ export default defineConfig({
text: "enforceFuse",
link: "/core/fuse/enforce-fuse",
},
{
text: "encode",
link: "/core/fuse/encode",
},
{
text: "decode",
link: "/core/fuse/decode",
},
],
},
{
Expand All @@ -127,7 +135,7 @@ export default defineConfig({
},
{
text: "Deployable Instances",
collapsed: true,
collapsed: false,
items: [
{
text: "Addresses",
Expand Down Expand Up @@ -171,6 +179,10 @@ export default defineConfig({
text: "Routers",
link: "/instances/routers"
},
{
text: "Vaults",
link: "/instances/vaults"
},
],
},
],
Expand Down

0 comments on commit 27566cf

Please sign in to comment.