From 40ad939fa7844b7e84b0f60b6e37f0fe32b7e938 Mon Sep 17 00:00:00 2001 From: JG Date: Sat, 29 Jun 2024 22:46:07 +0800 Subject: [PATCH 1/2] doc: change title and description --- src/lib/content.ts | 2 +- src/pages/index.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/content.ts b/src/lib/content.ts index ad938a3e..307e3d76 100644 --- a/src/lib/content.ts +++ b/src/lib/content.ts @@ -1,2 +1,2 @@ export const description = - 'A TypeScript toolkit that supercharges Prisma ORM with a fine-grained Authorization layer, auto-generated type-safe APIs/hooks to unlock its full potential for full-stack development.'; + 'A TypeScript toolkit that enhances Prisma ORM with flexible Authorization and auto-generated, type-safe APIs/hooks, simplifying full-stack development.'; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 70a2720a..c76f02be 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -27,8 +27,8 @@ function Header() {
In Minutes

- A TypeScript toolkit that supercharges Prisma ORM with a fine-grained Authorization layer, - auto-generated type-safe APIs/hooks to unlock its full potential for full-stack development. + A TypeScript toolkit that enhances Prisma ORM with flexible Authorization and + auto-generated, type-safe APIs/hooks, simplifying full-stack development

From f7e7d9b41b4750bd746ee90201eee1aca59914c0 Mon Sep 17 00:00:00 2001 From: JG Date: Sat, 29 Jun 2024 22:47:34 +0800 Subject: [PATCH 2/2] fix title --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c76f02be..dcaf866a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -83,7 +83,7 @@ export default function Home(): JSX.Element { const { siteConfig } = useDocusaurusContext(); return (