From 7cc31c105d725b19fca37e33b3a2930f459d3192 Mon Sep 17 00:00:00 2001 From: simeng-li Date: Thu, 17 Aug 2023 15:17:07 +0800 Subject: [PATCH] chore(console): update some app guide description content (#4363) update some app guide description content --- packages/console/src/assets/docs/guides/web-go/index.ts | 2 +- .../console/src/assets/docs/guides/web-next-app-router/index.ts | 2 +- packages/console/src/assets/docs/guides/web-next/index.ts | 2 +- packages/console/src/assets/docs/guides/web-remix/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/console/src/assets/docs/guides/web-go/index.ts b/packages/console/src/assets/docs/guides/web-go/index.ts index c51177327..6db8dd07c 100644 --- a/packages/console/src/assets/docs/guides/web-go/index.ts +++ b/packages/console/src/assets/docs/guides/web-go/index.ts @@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types'; const metadata: Readonly = Object.freeze({ name: 'Go', description: - 'Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.', + 'Go is an efficient, concurrent, statically typed programming language for web applications ', target: ApplicationType.Traditional, sample: { repo: 'go', diff --git a/packages/console/src/assets/docs/guides/web-next-app-router/index.ts b/packages/console/src/assets/docs/guides/web-next-app-router/index.ts index 5d08d8122..ce02b4ab0 100644 --- a/packages/console/src/assets/docs/guides/web-next-app-router/index.ts +++ b/packages/console/src/assets/docs/guides/web-next-app-router/index.ts @@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types'; const metadata: Readonly = Object.freeze({ name: 'Next.js (App Router)', description: - "Next.js is a full stack React SSR framework for production, the App Router is a new paradigm for building applications using React's latest features.", + "Next.js App Router is a new paradigm for building applications using React's latest features.", target: ApplicationType.Traditional, sample: { repo: 'js', diff --git a/packages/console/src/assets/docs/guides/web-next/index.ts b/packages/console/src/assets/docs/guides/web-next/index.ts index 79ecf336a..751594b17 100644 --- a/packages/console/src/assets/docs/guides/web-next/index.ts +++ b/packages/console/src/assets/docs/guides/web-next/index.ts @@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types'; const metadata: Readonly = Object.freeze({ name: 'Next.js', description: - 'Next.js is a React framework for production - it makes building fullstack React apps and sites a breeze and ships with built-in SSR.', + 'Next.js is a React framework for production - it makes building fullstack React apps a breeze and ships with built-in SSR.', target: ApplicationType.Traditional, sample: { repo: 'js', diff --git a/packages/console/src/assets/docs/guides/web-remix/index.ts b/packages/console/src/assets/docs/guides/web-remix/index.ts index 72f277502..6f931f70c 100644 --- a/packages/console/src/assets/docs/guides/web-remix/index.ts +++ b/packages/console/src/assets/docs/guides/web-remix/index.ts @@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types'; const metadata: Readonly = Object.freeze({ name: 'Remix', description: - 'Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience.', + 'Remix is a modern SSR full stack web framework that lets you focus on the user interface and work back through web standards.', target: ApplicationType.Traditional, });