Skip to content

Commit 98b54c0

Browse files
authored
add a community packages page (#482)
1 parent 10b0755 commit 98b54c0

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

docs/community-packages.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
sidebar_position: 7
3+
sidebar_label: Community Packages
4+
---
5+
6+
# Community Packages
7+
8+
Our wonderful community has created the following packages that extend ZenStack's functionality.
9+
10+
- [ZenStack GraphQL Plugin](https://github.com/hakutakuAi/zenstack-graphql) by [hakutakuAi](https://github.com/hakutakuAi)
11+
12+
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.
13+
14+
- [ZenStack UI](https://github.com/kirankunigiri/zenstack-ui) by [Kiran Kunigiri](https://github.com/kirankunigiri)
15+
16+
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.

docs/samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 8
33
sidebar_label: Sample Projects
44
---
55

6-
# A Catalog of Sample Projects
6+
# Sample Projects
77

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

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: How to upgrade to ZenStack v2
33

44
slug: /upgrade-v2
55
sidebar_label: Upgrading to V2
6-
sidebar_position: 8
6+
sidebar_position: 9
77
---
88

99
import useBaseUrl from '@docusaurus/useBaseUrl';

0 commit comments

Comments
 (0)