Skip to content

Commit

Permalink
fix: errors
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 14, 2024
1 parent 60ad879 commit 0716eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/70.faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ZKsync Era SDKs are toolkits designed to help developers build decentralized app
Era network. They provide the necessary libraries and tools to interact with ZKsync.

### How do I get started with ZKsync Era SDKs?
You can start by visiting the [official ZKsync documentation](/sdk), which provides comprehensive guides, tutorials,
You can start by visiting the [official ZKsync documentation](/), which provides comprehensive guides, tutorials,
and API references to help you begin building dApps on ZKsync Era.

### How do I connect to ZKsync Era using the Python SDK?
Expand Down
2 changes: 1 addition & 1 deletion server/api/search.json.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { serverQueryContent } from '#content/server';

export default eventHandler(async (event) => {
return serverQueryContent(event)
.where({ _type: 'markdown', navigation: { $ne: false } })
.where({ _type: 'markdown', navigation: { $ne: false }, _partial: false })
.find();
});

0 comments on commit 0716eaf

Please sign in to comment.