Skip to content

Commit

Permalink
docs: Correcting grammatical errors in the installation guide documen…
Browse files Browse the repository at this point in the history
…t. (#11783)

Co-authored-by: root <[email protected]>
  • Loading branch information
MrLinMH and root authored Feb 10, 2025
1 parent 346722f commit a747b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/en/latest/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,8 @@ You can update your configuration file as shown below:
```yaml title="conf/config.yaml"
deployment:
admin:
admin_key
-
name: "admin"
admin_key:
- name: "admin"
key: newsupersecurekey
role: admin
```
Expand Down
5 changes: 2 additions & 3 deletions docs/zh/latest/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ deployment:
```yaml title="./conf/config.yaml"
deployment:
admin:
admin_key
-
name: "admin"
admin_key:
- name: "admin"
key: newsupersecurekey # 请修改 key 的值
role: admin
```
Expand Down

0 comments on commit a747b06

Please sign in to comment.