0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore(console): update some app guide description content (#4363)

update some app guide description content
This commit is contained in:
simeng-li 2023-08-17 15:17:07 +08:00 committed by GitHub
parent 4f3b8e9b40
commit 7cc31c105d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types';
const metadata: Readonly<GuideMetadata> = Object.freeze({ const metadata: Readonly<GuideMetadata> = Object.freeze({
name: 'Go', name: 'Go',
description: 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, target: ApplicationType.Traditional,
sample: { sample: {
repo: 'go', repo: 'go',

View file

@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types';
const metadata: Readonly<GuideMetadata> = Object.freeze({ const metadata: Readonly<GuideMetadata> = Object.freeze({
name: 'Next.js (App Router)', name: 'Next.js (App Router)',
description: 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, target: ApplicationType.Traditional,
sample: { sample: {
repo: 'js', repo: 'js',

View file

@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types';
const metadata: Readonly<GuideMetadata> = Object.freeze({ const metadata: Readonly<GuideMetadata> = Object.freeze({
name: 'Next.js', name: 'Next.js',
description: 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, target: ApplicationType.Traditional,
sample: { sample: {
repo: 'js', repo: 'js',

View file

@ -5,7 +5,7 @@ import { type GuideMetadata } from '../types';
const metadata: Readonly<GuideMetadata> = Object.freeze({ const metadata: Readonly<GuideMetadata> = Object.freeze({
name: 'Remix', name: 'Remix',
description: 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, target: ApplicationType.Traditional,
}); });