Skip to content

Commit

Permalink
docs: enhance descriptions at the index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Jul 12, 2023
1 parent 12c6ac0 commit 23e6b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ const config = {
imageUrl: 'img/microsite/reasons/user-experience.svg',
description: `
High compile time and runtime performance.
Gradient automation scheme of CRUD APIs, multilingual SDKs, language plugin.
Gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps.
`,
},
{
title: 'API Affinity',
imageUrl: 'img/microsite/reasons/file.svg',
description: `
Native support API ecological specifications such as OpenAPI, Kubernetes CRD, Kubernetes YAML and KRM spec.
Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec.
`,
},
],
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ function FeaturesSection() {
description:
`
High performance and
gradient automation scheme of CRUD APIs, multilingual SDKs, language plugin.
gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps.
`,
icon: <HiLightningBolt fontSize={30} color="var(--ifm-color-primary-dark)" />,
},
{
title: "API Affinity",
description:
`
Native support API ecological specifications such as OpenAPI, Kubernetes CRD, Kubernetes YAML spec.
Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec.
`,
icon: <IoColorPaletteSharp fontSize={30} color="var(--ifm-color-primary-dark)" />,
},
Expand Down

0 comments on commit 23e6b3b

Please sign in to comment.