Skip to content

Commit

Permalink
[improve] improve markdown format for MD003 (apache#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin979 authored Sep 2, 2024
1 parent 31fcb0d commit 3ec150c
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"default": true,
"MD001": true,
"MD003": false,
"MD003": true,
"MD013": {
"line_length": 600,
"code_blocks": false,
Expand Down
3 changes: 1 addition & 2 deletions home/blog/2022-09-04-hertzbeat-v1.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ Bugfix.

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

Have Fun
---------
## Have Fun
2 changes: 0 additions & 2 deletions home/docs/help/memcached.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The default YML configuration for the memcache version is in compliance with 1.4
You need to use the stats command to view the parameters that your memcache can monitor
```

###

**1、Obtain usable parameter indicators through commands such as stats、stats setting、stats settings.

```shell
Expand Down
2 changes: 0 additions & 2 deletions home/docs/help/nebulagraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The monitoring has two parts,nebulaGraph_stats and rocksdb_stats.
nebulaGraph_stats is nebulaGraph's statistics, and rocksdb_stats is rocksdb's statistics.
```

###

**1、Obtain available parameters through the stats and rocksdb stats interfaces.**

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Bugfix.

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

Have Fun
---
## Have Fun

## V1.1.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ keywords: [ 开源监控工具, 开源 NebulaGraph 监控工具, 监控 NebulaGr
nebulaGraph_stats 是 NebulaGraph 的统计信息,rocksdb_stats 是 RocksDB 的统计信息。
```

###

**1、通过 stats 和 rocksdb stats 接口获取可用参数。**

1.1、如果只需要获取 nebulaGraph_stats,需要确保可以访问 stats,否则会出现错误。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ keywords: [ 开源监控工具, 开源 NebulaGraph 监控工具, 监控 NebulaGr
nebulaGraph_stats 是 NebulaGraph 的统计信息,rocksdb_stats 是 RocksDB 的统计信息。
```

###

**1、通过 stats 和 rocksdb stats 接口获取可用参数。**

1.1、如果只需要获取 nebulaGraph_stats,需要确保可以访问 stats,否则会出现错误。
Expand Down
2 changes: 0 additions & 2 deletions home/versioned_docs/version-v1.5.x/help/memcached.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The default YML configuration for the memcache version is in compliance with 1.4
You need to use the stats command to view the parameters that your memcache can monitor
```

###

**1、Obtain usable parameter indicators through commands such as stats、stats setting、stats settings.

```shell
Expand Down
2 changes: 0 additions & 2 deletions home/versioned_docs/version-v1.5.x/help/nebulagraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The monitoring has two parts,nebulaGraph_stats and rocksdb_stats.
nebulaGraph_stats is nebulaGraph's statistics, and rocksdb_stats is rocksdb's statistics.
```

###

**1、Obtain available parameters through the stats and rocksdb stats interfaces.**

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.
Expand Down

0 comments on commit 3ec150c

Please sign in to comment.