Skip to content

Commit

Permalink
Snapshot Example Added
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin committed Oct 18, 2023
1 parent 7628285 commit e09975c
Show file tree
Hide file tree
Showing 3 changed files with 686 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,16 @@ function getSidebar(locale: string): SidebarOptions {
},
],
},
{
text: "3. Multi-Chain",
collapsible: true,
children: [
{
text: "Snapshot",
link: `${locale}/quickstart/quickstart-multichain/snapshot.md`,
},
],
},
`${locale}/quickstart/whats-next.md`,
],
},
Expand Down
Loading

0 comments on commit e09975c

Please sign in to comment.