Skip to content

Commit

Permalink
Merge pull request #432 from subquery/add-safe-example
Browse files Browse the repository at this point in the history
Added Safe Example
  • Loading branch information
bgodlin authored Oct 19, 2023
2 parents e09975c + 619cb10 commit 81c3fcb
Show file tree
Hide file tree
Showing 2 changed files with 723 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,10 @@ function getSidebar(locale: string): SidebarOptions {
text: "Snapshot",
link: `${locale}/quickstart/quickstart-multichain/snapshot.md`,
},
{
text: "Safe",
link: `${locale}/quickstart/quickstart-multichain/safe.md`,
},
],
},
`${locale}/quickstart/whats-next.md`,
Expand Down
Loading

0 comments on commit 81c3fcb

Please sign in to comment.