Skip to content

Commit c2d92eb

Browse files
zhangshenghangyuluo-yxtomsun28Calvin979
authored
[Improve] improve doc check (apache#2572)
Co-authored-by: YuLuo <[email protected]> Co-authored-by: tomsun28 <[email protected]> Co-authored-by: Calvin <[email protected]>
1 parent 4dceb42 commit c2d92eb

File tree

789 files changed

+3859
-4030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

789 files changed

+3859
-4030
lines changed

.github/workflows/doc-build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37+
- name: Check Markdown
38+
uses: DavidAnson/markdownlint-cli2-action@v16
39+
with:
40+
globs: './home/**/*.md'
3741
- name: Check filename in home/blog
3842
run: |
3943
TARGET_DIR="./home/blog"

.markdownlint-cli2.jsonc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
//
2+
// Licensed to the Apache Software Foundation (ASF) under one or more
3+
// contributor license agreements. See the NOTICE file distributed with
4+
// this work for additional information regarding copyright ownership.
5+
// The ASF licenses this file to You under the Apache License, Version 2.0
6+
// (the "License"); you may not use this file except in compliance with
7+
// the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
//
17+
{
18+
"config": {
19+
"default": true,
20+
"MD001": false,
21+
"MD052": false,
22+
"MD003": false,
23+
"MD013": false,
24+
"MD024": false,
25+
"MD025": false,
26+
"MD029": false,
27+
"MD033": false,
28+
"MD035": false,
29+
"MD036": false,
30+
"MD040": false,
31+
"MD041": false,
32+
"MD045": false,
33+
"MD046": false,
34+
"MD047": false
35+
},
36+
"ignore": [
37+
"node_modules/"
38+
]
39+
}

home/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,3 @@ yarn docusaurus docs:version v1.5.x
8484
|-- docusaurus.config.js
8585
|-- sidebars.js // document sidebar menu configuration
8686
```
87-

home/blog/2022-06-01-hertzbeat-v1.0.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Bug fix.
5252
5. [[collector]bugfix: fix warehouse data queue consume error #153](https://github.com/apache/hertzbeat/pull/153). issue by @daqianxiaoyao
5353
6. [[web-app]bugfix:fix input blocking when input error in dark theme #157](https://github.com/apache/hertzbeat/pull/157). issue by @ConradWen
5454

55-
**Full Changelog**: https://github.com/apache/hertzbeat/compare/v1.0-beta.8...v1.0
55+
**Full Changelog**: <https://github.com/apache/hertzbeat/compare/v1.0-beta.8...v1.0>
5656

57-
Online https://console.tancloud.cn.
57+
Online <https://console.tancloud.cn>.
5858

59-
-----------------------
59+
-----------------------
6060

6161
Redis monitor is coming:
6262

@@ -77,6 +77,5 @@ Redis monitor is coming:
7777
7878
**Repository url**
7979

80-
[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
81-
[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
82-
80+
[Github](https://github.com/apache/hertzbeat) <https://github.com/apache/hertzbeat>
81+
[Gitee](https://gitee.com/hertzbeat/hertzbeat) <https://gitee.com/hertzbeat/hertzbeat>

home/blog/2022-06-19-hertzbeat-v1.1.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Bugfixes:
3333
3. [[monitor] bugfix: Fix for Elasticsearch monitoring failure under basic authentication #174](https://github.com/apache/hertzbeat/pull/174) Contributed by @weifuqing
3434
4. [Fix for monitoring failure due to ambiguous Oracle monitoring parameter "database name" #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
3535

36-
Online at https://console.tancloud.cn.
36+
Online at <https://console.tancloud.cn>.
3737

3838
---
3939
Windows Monitor coming:
@@ -58,13 +58,13 @@ commit;
5858

5959
Have Fun!
6060

61-
----
61+
----
6262

6363
## V1.1.0
6464

6565
Home: hertzbeat.com | tancloud.cn
6666

67-
Hi guys! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics.
67+
Hi guys! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics.
6868
Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
6969
Let's Try It!
7070

@@ -86,7 +86,7 @@ Bugfix.
8686
3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
8787
4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
8888

89-
Online https://console.tancloud.cn.
89+
Online <https://console.tancloud.cn>.
9090

9191
---
9292

@@ -128,5 +128,5 @@ Have Fun!
128128
129129
**Repository Addresses**
130130

131-
[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
132-
[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
131+
[Github](https://github.com/apache/hertzbeat) <https://github.com/apache/hertzbeat>
132+
[Gitee](https://gitee.com/hertzbeat/hertzbeat) <https://gitee.com/hertzbeat/hertzbeat>

home/blog/2022-06-22-one-step-up.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ commit;
5858

5959
Have Fun!
6060

61-
----
61+
----
6262

6363
## V1.1.0
6464

6565
Home: hertzbeat.com | tancloud.cn
6666

67-
Hi guys! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics.
67+
Hi guys! HertzBeat v1.1.0 is coming. This version we support snmp protocol and use snmp to collect windows metrics.
6868
Another major change is that we use the H2 database by default to replace the MYSQL database as storage to facilitate the installation and deployment of users. Now only one docker command is needed to install and experience hertzbeat: `docker run -d -p 1157:1157 --name hertzbeat apache/hertzbeat`
6969
Let's Try It!
7070

@@ -86,7 +86,7 @@ Bugfix.
8686
3. [[monitor] bugfix: fix elasticsearch collect error when need basic auth #174](https://github.com/apache/hertzbeat/pull/174) contribute by @weifuqing
8787
4. [Change the Oracle database name to the service name to reduce ambiguity #182](https://github.com/apache/hertzbeat/pull/182) @zklmcookle
8888

89-
Online https://console.tancloud.cn.
89+
Online <https://console.tancloud.cn>.
9090

9191
---
9292

@@ -126,5 +126,5 @@ Have Fun!
126126
127127
**Repository Addresses**
128128

129-
[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
130-
[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
129+
[Github](https://github.com/apache/hertzbeat) <https://github.com/apache/hertzbeat>
130+
[Gitee](https://gitee.com/hertzbeat/hertzbeat) <https://gitee.com/hertzbeat/hertzbeat>

home/blog/2022-07-10-hertzbeat-v1.1.1.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,23 @@ Bugfix.
4040
8. [[manager] 修改监控页面取消监控功能再启动监控导致多生成jobId,原有监控项目并没有真实取消 #215](https://github.com/apache/hertzbeat/pull/215) contribute by @yangshihui
4141
9. [[warehouse] bugfix exception when tdengine create table SQL contain special char #220](https://github.com/apache/hertzbeat/pull/220)
4242

43-
Online https://console.tancloud.cn.
43+
Online <https://console.tancloud.cn>.
4444

4545
Have Fun!
4646

47-
----
47+
----
4848

49-
> [HertzBeat](https://github.com/apache/hertzbeat) is an opensource monitoring and alarm project incubated by [Dromara](https://dromara.org) and open sourced by [TanCloud](https://tancloud.cn), which supports Website, API, PING, Port, Database, OS Monitor etc.
50-
> We also provide **[Monitoring Cloud For Saas](https://console.tancloud.cn)**, people no longer need to deploy a cumbersome monitoring tool in order to monitor their website resources. **[Sign in to get started for free](https://console.tancloud.cn)**.
51-
> HertzBeat supports more liberal threshold alarm configuration (calculation expression), supports alarm notification, alarm template, email, DingDing, WeChat FeiShu and WebHook.
52-
> Most important is HertzBeat supports [Custom Monitoring](https://hertzbeat.com/docs/advanced/extend-point), just by configuring the YML file, we can customize the monitoring types and metrics what we need.
49+
> [HertzBeat](https://github.com/apache/hertzbeat) is an opensource monitoring and alarm project incubated by [Dromara](https://dromara.org) and open sourced by [TanCloud](https://tancloud.cn), which supports Website, API, PING, Port, Database, OS Monitor etc.
50+
> We also provide **[Monitoring Cloud For Saas](https://console.tancloud.cn)**, people no longer need to deploy a cumbersome monitoring tool in order to monitor their website resources. **[Sign in to get started for free](https://console.tancloud.cn)**.
51+
> HertzBeat supports more liberal threshold alarm configuration (calculation expression), supports alarm notification, alarm template, email, DingDing, WeChat FeiShu and WebHook.
52+
> Most important is HertzBeat supports [Custom Monitoring](https://hertzbeat.com/docs/advanced/extend-point), just by configuring the YML file, we can customize the monitoring types and metrics what we need.
5353
> HertzBeat is modular, `manager, collector, scheduler, warehouse, alerter` modules are decoupled for easy understanding and custom development.
54-
> Welcome to HertzBeat's [Cloud Environment TanCloud](https://console.tancloud.cn) to try and discover more.
54+
> Welcome to HertzBeat's [Cloud Environment TanCloud](https://console.tancloud.cn) to try and discover more.
5555
> Welcome to join us to build hertzbeat together.
5656
>
5757
> `HertzBeat`'s multi-type support, easy expansion, low coupling, hope to help developers and micro teams to quickly build their own monitoring tool.
5858
5959
**If you like HertzBeat, star us on GitHub**
6060

61-
[Github](https://github.com/apache/hertzbeat) https://github.com/apache/hertzbeat
62-
[Gitee](https://gitee.com/hertzbeat/hertzbeat) https://gitee.com/hertzbeat/hertzbeat
63-
61+
[Github](https://github.com/apache/hertzbeat) <https://github.com/apache/hertzbeat>
62+
[Gitee](https://gitee.com/hertzbeat/hertzbeat) <https://gitee.com/hertzbeat/hertzbeat>

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ Bugfix.
3333

3434
1. [[docs] fix extend-http-jsonpath.md parseScript error #262](https://github.com/apache/hertzbeat/pull/262) contribute by @woshiniusange .
3535
2. [[monitor] update help docs, refactor redis metrics name #264](https://github.com/apache/hertzbeat/pull/264)
36-
3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/apache/hertzbeat/pull/270) issue by https://gitee.com/hello_brother_niu
37-
4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/apache/hertzbeat/pull/275) issue by https://gitee.com/hello_brother_niu
36+
3. [[manager] bugfix alert tags is null when tags map key normal value null. #270](https://github.com/apache/hertzbeat/pull/270) issue by <https://gitee.com/hello_brother_niu>
37+
4. [[alert] bugfix: the alert global preset config do not take effect #275](https://github.com/apache/hertzbeat/pull/275) issue by <https://gitee.com/hello_brother_niu>
3838

39-
Online https://console.tancloud.cn.
39+
Online <https://console.tancloud.cn>.
4040

41-
Have Fun!
41+
Have Fun
4242
---------
43-

home/blog/2022-09-10-ssl-practice.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Today's article describes how to use hertzbeat monitoring system to detect the v
1717

1818
HertzBeat is a real-time monitoring tool with powerful customizable monitoring capabilities without the need for an agent. Website monitoring, PING connectivity, port availability, database, OS, middleware, API monitoring, threshold alerts, alert notifications (email weChat pinning flybook).
1919

20-
**Official website: https://hertzbeat.com | https://tancloud.cn**
20+
**Official website: <https://hertzbeat.com> | <https://tancloud.cn>**
2121

22-
github: https://github.com/apache/hertzbeat
23-
gitee: https://gitee.com/hertzbeat/hertzbeat
22+
github: <https://github.com/apache/hertzbeat>
23+
gitee: <https://gitee.com/hertzbeat/hertzbeat>
2424

2525
#### Install HertzBeat
2626

@@ -42,7 +42,7 @@ gitee: https://gitee.com/hertzbeat/hertzbeat
4242

4343
2. Configure monitoring website
4444

45-
> Here is an example to monitor Baidu website, configure the host domain name, name, collection interval, etc. > Click OK.
45+
> Here is an example to monitor Baidu website, configure the host domain name, name, collection interval, etc. > Click OK.
4646
> Click OK. Note that ⚠️ will test the connectivity of the website before adding it by default, and it will add it only if the connection is successful, of course, you can also gray out the **Whether to test** button.
4747
4848
![](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/ad1154670648413bb82c8bdeb5b13609~tplv-k3u1fbpfcp-zoom-1.image)
@@ -87,8 +87,8 @@ gitee: https://gitee.com/hertzbeat/hertzbeat
8787

8888
You can refer to the help file for the token configuration of Nail WeChat Flying Book, etc.
8989

90-
https://hertzbeat.com/docs/help/alert_dingtalk
91-
https://tancloud.cn/docs/help/alert_dingtalk
90+
<https://hertzbeat.com/docs/help/alert_dingtalk>
91+
<https://tancloud.cn/docs/help/alert_dingtalk>
9292

9393
> Alert Notification -> Add new alert notification policy -> Enable notification for the recipients you just configured
9494
@@ -98,10 +98,10 @@ https://tancloud.cn/docs/help/alert_dingtalk
9898

9999
----
100100

101-
#### End!
101+
#### End
102102

103103
The practice of monitoring SSL certificates here, of course, for hertzbeat this function is just the tip of the iceberg, if you think hertzbeat this open source project is good if you welcome to give us in the GitHub Gitee star oh, thank you very much. Thank you for your support. The author!
104104

105-
**github: https://github.com/apache/hertzbeat**
105+
**github: <https://github.com/apache/hertzbeat>**
106106

107-
**gitee: https://gitee.com/hertzbeat/hertzbeat**
107+
**gitee: <https://gitee.com/hertzbeat/hertzbeat>**

home/blog/2022-10-08-hertzbeat-v1.2.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ Bugfixes.
4545
2. [[web-app] fix redirect when monitors app is null #286](https://github.com/apache/hertzbeat/pull/286)
4646
3. [[alerter] bugfix aviator expression match npe #297](https://github.com/apache/hertzbeat/pull/297)
4747
4. [[doc] fix project name error #294](https://github.com/apache/hertzbeat/pull/294) contributed by @CharlieXCL
48-
5. [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](https://github.com/dromara/ hertzbeat/pull/299) contributed by @Privauto
48+
5. [[common]feature:use "apache.http.conn.util" replace "sun.net.util" for upgrading java version #299](<https://github.com/dromara/> hertzbeat/pull/299) contributed by @Privauto
4949
6. [Update docker-deploy.md #304](https://github.com/apache/hertzbeat/pull/304) contributed by @emrys-he
5050
7. [fix(sec): upgrade snakeyaml to 1.31 #313](https://github.com/apache/hertzbeat/pull/313) contributed by @SxLiuYu
5151
8. [[script] add startup log and optimize port service judgment #321](https://github.com/apache/hertzbeat/pull/321)
5252
9. [[web-app] fix echarts y-axis value tip overflow #325](https://github.com/apache/hertzbeat/pull/325)
5353
10. [[webapp] fix interceptor http resp common error-msg when error #329](https://github.com/apache/hertzbeat/pull/329)
54-
Online https://console.tancloud.cn.
54+
Online <https://console.tancloud.cn>.
5555

5656
Have Fun!
5757

@@ -73,11 +73,11 @@ spring.
7373
web.
7474
resources: static-locations.
7575
static-locations.
76+
7677
- classpath:/dist/
7778
- classpath:... /dist/
7879

7980
```
8081
8182
----
8283
```
83-

home/blog/2022-11-28-hertzbeat-v1.2.2.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: [opensource]
1111

1212
Home: hertzbeat.com | tancloud.cn
1313

14-
Hi guys! HertzBeat v1.2.2 is coming. This release brings significant features. This version we support monitor kubernetes, docker, springboot, nacos and database dm, opengauss and more. Also we bring an experimental feature, users can custom define metrics collect from prometheus with promql. Fixed several bugs and improved the overall stable usability. And more, linux monitor we support top10 cpu usage metrics, top10 memory usage metrics.
14+
Hi guys! HertzBeat v1.2.2 is coming. This release brings significant features. This version we support monitor kubernetes, docker, springboot, nacos and database dm, opengauss and more. Also we bring an experimental feature, users can custom define metrics collect from prometheus with promql. Fixed several bugs and improved the overall stable usability. And more, linux monitor we support top10 cpu usage metrics, top10 memory usage metrics.
1515
Let's Try It Now!
1616

1717
Only one docker command is needed to install and experience heartbeat:
@@ -51,11 +51,11 @@ Bugfix.
5151
6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/apache/hertzbeat/pull/459)
5252
7. [[home] fix typo in springboot2.md #464](https://github.com/apache/hertzbeat/pull/464) @eltociear
5353

54-
Online https://console.tancloud.cn.
54+
Online <https://console.tancloud.cn>.
5555

5656
Have Fun!
5757

58-
----
58+
----
5959

6060
## V1.2.2
6161

@@ -100,5 +100,4 @@ Bugfix.
100100
6. [[manager] bugfix the gmtUpdate not change when update monitor param #459](https://github.com/apache/hertzbeat/pull/459)
101101
7. [[home] fix typo in springboot2.md #464](https://github.com/apache/hertzbeat/pull/464) @eltociear
102102

103-
----
104-
103+
----

home/blog/2022-12-19-new-committer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ github:[wang1027-wqh](https://github.com/wang1027-wqh)
5757

5858
现从事:某互联网公司Java开发工程师
5959

60-
60+
6161

6262
Hertzbeat Committer
6363

@@ -105,4 +105,3 @@ github:[Ceilzcx (zcx) (github.com)](https://github.com/Ceilzcx)
105105
+ 如果是大的改动,建议提交前编写issues,在提交pr,同时请注意编码的规范,尽量减少bug和警告的产生
106106

107107
> 以上就是我们新晋Committer们的开源经历了,可以看出参与开源并不难,更重要的是迈出第一步,无论是代码还是文档修复或者提交issue,这些都是贡献者参与开源的姿势。快来加入我们吧!
108-

home/blog/2022-12-28-hertzbeat-v1.2.3.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Bugfix.
4949
7. [监控k8s问题issue描述与解决方案 #511](https://github.com/apache/hertzbeat/pull/511) @MrAndyMing
5050
8. [[manager] springboot2 monitor support base path config #515](https://github.com/apache/hertzbeat/pull/515)
5151

52-
Online https://console.tancloud.cn.
52+
Online <https://console.tancloud.cn>.
5353

5454
Have Fun!
5555

56-
----
56+
----
5757

5858
## V1.2.3
5959

@@ -95,5 +95,4 @@ Bugfix.
9595
7. [监控k8s问题issue描述与解决方案 #511](https://github.com/apache/hertzbeat/pull/511) @MrAndyMing
9696
8. [[manager] springboot2 monitor support base path config #515](https://github.com/apache/hertzbeat/pull/515)
9797

98-
----
99-
98+
----

0 commit comments

Comments
 (0)