Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/community-packages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 7
sidebar_label: Community Packages
---

# Community Packages

Our wonderful community has created the following packages that extend ZenStack's functionality.

- [ZenStack GraphQL Plugin](https://github.com/hakutakuAi/zenstack-graphql) by [hakutakuAi](https://github.com/hakutakuAi)

This plugin generates a complete GraphQL schema with relations, filtering, sorting, and pagination. Saving you hours of boilerplate code to match your database models with you graphql server.

- [ZenStack UI](https://github.com/kirankunigiri/zenstack-ui) by [Kiran Kunigiri](https://github.com/kirankunigiri)

Zenstack UI is a React UI library for automating form and list generation with Zenstack. It utilizes Zenstack metadata to automatically generate forms and perform required queries and mutations.
4 changes: 2 additions & 2 deletions docs/samples.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_position: 7
sidebar_position: 8
sidebar_label: Sample Projects
---

# A Catalog of Sample Projects
# Sample Projects

The ZenStack team maintains the following three series of sample projects.

Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: How to upgrade to ZenStack v2

slug: /upgrade-v2
sidebar_label: Upgrading to V2
sidebar_position: 8
sidebar_position: 9
---

import useBaseUrl from '@docusaurus/useBaseUrl';
Expand Down