Skip to content

Commit 3ec150c

Browse files
authored
[improve] improve markdown format for MD003 (apache#2649)
1 parent 31fcb0d commit 3ec150c

File tree

9 files changed

+3
-17
lines changed

9 files changed

+3
-17
lines changed

.markdownlint-cli2.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"config": {
1919
"default": true,
2020
"MD001": true,
21-
"MD003": false,
21+
"MD003": true,
2222
"MD013": {
2323
"line_length": 600,
2424
"code_blocks": false,

home/blog/2022-09-04-hertzbeat-v1.1.3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ Bugfix.
3838

3939
Online <https://console.tancloud.cn>.
4040

41-
Have Fun
42-
---------
41+
## Have Fun

home/docs/help/memcached.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The default YML configuration for the memcache version is in compliance with 1.4
1414
You need to use the stats command to view the parameters that your memcache can monitor
1515
```
1616

17-
###
18-
1917
**1、Obtain usable parameter indicators through commands such as stats、stats setting、stats settings.
2018

2119
```shell

home/docs/help/nebulagraph.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The monitoring has two parts,nebulaGraph_stats and rocksdb_stats.
1414
nebulaGraph_stats is nebulaGraph's statistics, and rocksdb_stats is rocksdb's statistics.
1515
```
1616

17-
###
18-
1917
**1、Obtain available parameters through the stats and rocksdb stats interfaces.**
2018

2119
1.1、 If you only need to get nebulaGraph_stats, you need to ensure that you have access to stats, or you'll get errors.

home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-04-hertzbeat-v1.1.3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ Bugfix.
3636

3737
Online <https://console.tancloud.cn>.
3838

39-
Have Fun
40-
---
39+
## Have Fun
4140

4241
## V1.1.3
4342

home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/nebulagraph.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ keywords: [ 开源监控工具, 开源 NebulaGraph 监控工具, 监控 NebulaGr
1414
nebulaGraph_stats 是 NebulaGraph 的统计信息,rocksdb_stats 是 RocksDB 的统计信息。
1515
```
1616

17-
###
18-
1917
**1、通过 stats 和 rocksdb stats 接口获取可用参数。**
2018

2119
1.1、如果只需要获取 nebulaGraph_stats,需要确保可以访问 stats,否则会出现错误。

home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5.x/help/nebulagraph.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ keywords: [ 开源监控工具, 开源 NebulaGraph 监控工具, 监控 NebulaGr
1414
nebulaGraph_stats 是 NebulaGraph 的统计信息,rocksdb_stats 是 RocksDB 的统计信息。
1515
```
1616

17-
###
18-
1917
**1、通过 stats 和 rocksdb stats 接口获取可用参数。**
2018

2119
1.1、如果只需要获取 nebulaGraph_stats,需要确保可以访问 stats,否则会出现错误。

home/versioned_docs/version-v1.5.x/help/memcached.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The default YML configuration for the memcache version is in compliance with 1.4
1414
You need to use the stats command to view the parameters that your memcache can monitor
1515
```
1616

17-
###
18-
1917
**1、Obtain usable parameter indicators through commands such as stats、stats setting、stats settings.
2018

2119
```shell

home/versioned_docs/version-v1.5.x/help/nebulagraph.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The monitoring has two parts,nebulaGraph_stats and rocksdb_stats.
1414
nebulaGraph_stats is nebulaGraph's statistics, and rocksdb_stats is rocksdb's statistics.
1515
```
1616

17-
###
18-
1917
**1、Obtain available parameters through the stats and rocksdb stats interfaces.**
2018

2119
1.1、 If you only need to get nebulaGraph_stats, you need to ensure that you have access to stats, or you'll get errors.

0 commit comments

Comments
 (0)