Skip to content

Commit

Permalink
chore: add sdk docs to nav (#55)
Browse files Browse the repository at this point in the history
Related to: zksync-sdk/sdk-docs#7

# What 💻 
* Adds SDK docs to top nav

# Why ✋
* So devs can use SDKs

# Evidence 📷
Include screenshots, screen recordings, or `console` output here
demonstrating that your changes work as intended

<!-- All sections below are optional. You can uncomment any section
applicable to your Pull Request. -->

<!-- # Notes 📝
* Any notes/thoughts that the reviewers should know prior to reviewing
the code? -->
  • Loading branch information
dutterbutter authored May 9, 2024
1 parent 562e29b commit dbf9f2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ const links = computed(() => {
to: '/build',
active: route.path.startsWith('/build'),
},
{
label: 'SDK Docs',
to: 'https://zksync-sdk-docs-staging.web.app',
},
{
label: 'ZK Stack',
to: '/zk-stack',
Expand Down

0 comments on commit dbf9f2c

Please sign in to comment.