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
2 changes: 1 addition & 1 deletion blog/find-user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?😄

Expand Down
4 changes: 2 additions & 2 deletions blog/multi-tenant/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
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
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)

Expand Down
2 changes: 1 addition & 1 deletion blog/prisma-auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions blog/react-admin/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
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
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)

Expand Down
2 changes: 1 addition & 1 deletion blog/saas-backend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion blog/soft-delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/the-complete-guide/part1/2-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down