Skip to content

Commit

Permalink
docs: fix config heading level (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos authored and atian25 committed Dec 19, 2018
1 parent cddd91d commit ef47a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/basics/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ extend(true, a, b);
```
As demonstrated above, the framework will overwrite arrays instead of merging them.

## Configuration result
### Configuration result

The final merged config will be dumped to `run/application_config.json`(for worker process) and `run/agent_config.json`(for agent process) when the framework started, which can help analyzing problems.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/basics/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ extend(true, a, b);

根据上面的例子,框架直接覆盖数组而不是进行合并。

## 配置结果
### 配置结果

框架在启动时会把合并后的最终配置 dump 到 `run/application_config.json`(worker 进程)和 `run/agent_config.json`(agent 进程)中,可以用来分析问题。

Expand Down

0 comments on commit ef47a27

Please sign in to comment.