Skip to content

Commit

Permalink
move v3 concepts up (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa authored Sep 20, 2024
1 parent f9ceaaa commit da46262
Showing 1 changed file with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,42 +291,36 @@ export default defineConfig({
collapsed: true,
items: [
{
text: "XMTP versions",
link: "/protocol/xmtp-versions",
text: "Account signatures",
link: "/protocol/signatures",
},
{
text: "Portable inbox",
link: "/protocol/portable-inbox",
text: "Group chat",
link: "/protocol/v3/group-chat",
},
{
text: "Account signatures",
link: "/protocol/signatures",
text: "Multi-wallet identity",
link: "/protocol/v3/identity",
},
{
text: "Message history",
link: "/protocol/v3/message-history",
},
{
text: "Smart wallet support",
link: "/protocol/v3/smart-wallet",
},
{
text: "Portable inbox",
link: "/protocol/portable-inbox",
},
{
text: "XIPs",
link: "/protocol/xips",
},
{
text: "XMTP V3",
collapsed: true,
items: [
{
text: "Group chat",
link: "/protocol/v3/group-chat",
},
{
text: "Multi-wallet identity",
link: "/protocol/v3/identity",
},
{
text: "Message history",
link: "/protocol/v3/message-history",
},
{
text: "Smart wallet support",
link: "/protocol/v3/smart-wallet",
},
],
text: "XMTP versions",
link: "/protocol/xmtp-versions",
},
{
text: "XMTP V2",
Expand Down

0 comments on commit da46262

Please sign in to comment.