diff --git a/blog/find-user/index.md b/blog/find-user/index.md index 4fcb03ae..12b02799 100644 --- a/blog/find-user/index.md +++ b/blog/find-user/index.md @@ -124,7 +124,7 @@ Once again, a peek time and is still going up. 😄 ZenStack could also generate the tRPC route, which is based on the awesome work of [Omar Dulaimi](https://github.com/omar-dulaimi/prisma-trpc-generator). We showed our gratitude by buying some coffee for him. he gave us a star later. One of his followers noticed it and decided to check out ZenStack. The first thing he said in our Discord was: -> Zenstack seems like a dream come true +> ZenStack seems like a dream come true After talking with him, we found out that he is the perfect match for our ideal user portrait. And he reported 3 bugs we might never be able to find by ourselves just on the first day. Isn't it incredible how a small action can create such a positive impact, much like the butterfly effect?😄 diff --git a/blog/multi-tenant/index.md b/blog/multi-tenant/index.md index 74e79228..b64065e2 100644 --- a/blog/multi-tenant/index.md +++ b/blog/multi-tenant/index.md @@ -1,5 +1,5 @@ --- -title: Multi-Tenancy Implementation Approaches With Prisma and Zenstack +title: Multi-Tenancy Implementation Approaches With Prisma and ZenStack description: Compare and discuss different approaches for implementing Multi-Tenant architecture tags: [zenstack, prisma, saas, architecture] authors: jiasheng @@ -7,7 +7,7 @@ date: 2023-03-18 image: ./cover.png --- -# Multi-Tenancy Implementation Approaches With Prisma and Zenstack +# Multi-Tenancy Implementation Approaches With Prisma and ZenStack ![Cover Image](cover.png) diff --git a/blog/prisma-auth/index.md b/blog/prisma-auth/index.md index 2a23cd07..502b613e 100644 --- a/blog/prisma-auth/index.md +++ b/blog/prisma-auth/index.md @@ -277,7 +277,7 @@ model Post { Check out the following post for more details: -[Soft Delete: Implementation Issues in Prisma and Solution in Zenstack](https://zenstack.dev/blog/soft-delete) +[Soft Delete: Implementation Issues in Prisma and Solution in ZenStack](https://zenstack.dev/blog/soft-delete) ## Advanced Topics diff --git a/blog/react-admin/index.md b/blog/react-admin/index.md index 4c057e14..89517215 100644 --- a/blog/react-admin/index.md +++ b/blog/react-admin/index.md @@ -1,5 +1,5 @@ --- -title: Building an Admin Console With Minimum Code Using React-Admin, Prisma, and Zenstack +title: Building an Admin Console With Minimum Code Using React-Admin, Prisma, and ZenStack description: This post introduces how to build a fully-secured admin console with minimum code using React-Admin, Prisma, and ZenStack. tags: [react, prisma, react-admin] authors: yiming @@ -7,7 +7,7 @@ date: 2024-03-11 image: ./cover.png --- -# Building an Admin Console With Minimum Code Using React-Admin, Prisma, and Zenstack +# Building an Admin Console With Minimum Code Using React-Admin, Prisma, and ZenStack ![Cover Image](cover.png) diff --git a/blog/saas-backend/index.md b/blog/saas-backend/index.md index 2d6e18ab..433d4359 100644 --- a/blog/saas-backend/index.md +++ b/blog/saas-backend/index.md @@ -206,7 +206,7 @@ localhost:3000/api/post/slack After that, if you try to access the Post endpoint again, the result won’t contain the “Join Slack” post anymore. If you are interested in how it works under the hook, check out another post for it: -[Soft Delete: Implementation Issues in Prisma and Solution in Zenstack](https://zenstack.dev/blog/soft-delete) +[Soft Delete: Implementation Issues in Prisma and Solution in ZenStack](https://zenstack.dev/blog/soft-delete) ## Last diff --git a/blog/soft-delete.mdx b/blog/soft-delete.mdx index c7bcf876..8f03b88e 100644 --- a/blog/soft-delete.mdx +++ b/blog/soft-delete.mdx @@ -6,7 +6,7 @@ authors: jiasheng date: 2023-02-18 --- -# Soft Delete: Implementation Issues in Prisma and Solution in Zenstack +# Soft Delete: Implementation Issues in Prisma and Solution in ZenStack ![Cover Image](https://user-images.githubusercontent.com/16688722/219857601-3bb070ab-2117-4334-896b-98039455b2bb.jpg) diff --git a/docs/the-complete-guide/part1/2-cli.md b/docs/the-complete-guide/part1/2-cli.md index b9bb1aeb..62a6069a 100644 --- a/docs/the-complete-guide/part1/2-cli.md +++ b/docs/the-complete-guide/part1/2-cli.md @@ -369,7 +369,7 @@ Installed ZenStack Packages: zenstack x.y.z @zenstackhq/runtime x.y.z ✔ Checking npm registry -You are using the latest version of Zenstack. +You are using the latest version of ZenStack. ``` ### ZenStack CLI & Prisma CLI diff --git a/versioned_docs/version-1.x/the-complete-guide/part1/2-cli.md b/versioned_docs/version-1.x/the-complete-guide/part1/2-cli.md index f86bc7c1..4ce4b5fd 100644 --- a/versioned_docs/version-1.x/the-complete-guide/part1/2-cli.md +++ b/versioned_docs/version-1.x/the-complete-guide/part1/2-cli.md @@ -369,7 +369,7 @@ Installed ZenStack Packages: zenstack x.y.z @zenstackhq/runtime x.y.z ✔ Checking npm registry -You are using the latest version of Zenstack. +You are using the latest version of ZenStack. ``` ### ZenStack CLI & Prisma CLI