From 20ad7beb925ee93007a558126492d35df6ba56cf Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Sun, 10 Aug 2025 08:08:20 +0800 Subject: [PATCH] add a community packages page --- docs/community-packages.md | 16 ++++++++++++++++ docs/samples.md | 4 ++-- docs/upgrade.md | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 docs/community-packages.md diff --git a/docs/community-packages.md b/docs/community-packages.md new file mode 100644 index 00000000..2cc6d3ff --- /dev/null +++ b/docs/community-packages.md @@ -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. diff --git a/docs/samples.md b/docs/samples.md index 8664dd4a..9c3608f9 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -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. diff --git a/docs/upgrade.md b/docs/upgrade.md index 9900027a..dbc05616 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -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';