Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dspo committed Sep 26, 2024
1 parent d80ff01 commit 5978a85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/en/latest/terminology/credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Credential
keywords:
- APISIX
- API 网关
- 凭证
- API Gateway
- Consumer
- Credential
description: 本文介绍了 Apache APISIX Credential 对象的作用以及如何使用 Credential。
description: This article describes what the Apache APISIX Credential object does and how to use it.
---

<!--
Expand Down Expand Up @@ -40,10 +40,10 @@ Currently, Credential can be configured with the authentication plugins `basic-a
The fields for defining a Credential are defined as below.

| Field | Required | Description |
|---------|-----|---------------------------------------------------------------------------------------------------------|
| desc | | Decriptiion of the Credential. |
| labels | | Labels of the Credential. |
| plugins | | The plugin configuration corresponding to Credential. For more information, see [Plugins](./plugin.md). |
|---------|----------|---------------------------------------------------------------------------------------------------------|
| desc | False | Decriptiion of the Credential. |
| labels | False | Labels of the Credential. |
| plugins | False | The plugin configuration corresponding to Credential. For more information, see [Plugins](./plugin.md). |

:::note

Expand Down

0 comments on commit 5978a85

Please sign in to comment.