Skip to content

Commit 23e6b3b

Browse files
committed
docs: enhance descriptions at the index page.
1 parent 12c6ac0 commit 23e6b3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ const config = {
7979
imageUrl: 'img/microsite/reasons/user-experience.svg',
8080
description: `
8181
High compile time and runtime performance.
82-
Gradient automation scheme of CRUD APIs, multilingual SDKs, language plugin.
82+
Gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps.
8383
`,
8484
},
8585
{
8686
title: 'API Affinity',
8787
imageUrl: 'img/microsite/reasons/file.svg',
8888
description: `
89-
Native support API ecological specifications such as OpenAPI, Kubernetes CRD, Kubernetes YAML and KRM spec.
89+
Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec.
9090
`,
9191
},
9292
],

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ function FeaturesSection() {
8989
description:
9090
`
9191
High performance and
92-
gradient automation scheme of CRUD APIs, multilingual SDKs, language plugin.
92+
gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps.
9393
`,
9494
icon: <HiLightningBolt fontSize={30} color="var(--ifm-color-primary-dark)" />,
9595
},
9696
{
9797
title: "API Affinity",
9898
description:
9999
`
100-
Native support API ecological specifications such as OpenAPI, Kubernetes CRD, Kubernetes YAML spec.
100+
Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec.
101101
`,
102102
icon: <IoColorPaletteSharp fontSize={30} color="var(--ifm-color-primary-dark)" />,
103103
},

0 commit comments

Comments
 (0)