Skip to content

Commit 651c34c

Browse files
committed
chore: fix doc indentation
Signed-off-by: Bird <[email protected]>
1 parent ec65c7c commit 651c34c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/core-concepts/config.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ For example, given config:
101101
```yaml
102102
tools:
103103
- name: trello
104-
instanceID: default
105-
options:
106-
board:
107-
name: golang-demo-board
108-
apikey: xxx
109-
token: xxx
110-
scm:
111-
owner: IronCore864
112-
repo: golang-demo
113-
scmType: github
104+
instanceID: default
105+
options:
106+
board:
107+
name: golang-demo-board
108+
apikey: xxx
109+
token: xxx
110+
scm:
111+
owner: IronCore864
112+
repo: golang-demo
113+
scmType: github
114114
```
115115
116116
- `TOOL_NAME` is "trello"

docs/core-concepts/config.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tools:
108108
owner: IronCore864
109109
repo: golang-demo
110110
scmType: github
111-
```
111+
```
112112
113113
- `TOOL_NAME` 是 "trello"
114114
- `TOOL_INSTANCE_ID` 是 "default"

0 commit comments

Comments
 (0)