This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 48c0d87  chore: enable Markdownlint rule MD003/heading-style (#3314)
48c0d87 is described below

commit 48c0d87218a0b16e61a4ee55b4672ce009d544e3
Author: John Bampton <[email protected]>
AuthorDate: Sun Jan 17 13:59:34 2021 +1000

    chore: enable Markdownlint rule MD003/heading-style (#3314)
---
 .markdownlint.yml                 |  1 -
 doc/install-dependencies.md       | 18 ++++++------------
 doc/zh-cn/install-dependencies.md | 18 ++++++------------
 3 files changed, 12 insertions(+), 25 deletions(-)

diff --git a/.markdownlint.yml b/.markdownlint.yml
index e9be7e3..3836e57 100644
--- a/.markdownlint.yml
+++ b/.markdownlint.yml
@@ -16,7 +16,6 @@
 #
 
 MD001: false
-MD003: false
 MD004: false
 MD005: false
 MD006: false
diff --git a/doc/install-dependencies.md b/doc/install-dependencies.md
index 6eeedeb..ab12fd7 100644
--- a/doc/install-dependencies.md
+++ b/doc/install-dependencies.md
@@ -27,8 +27,7 @@
 - [Debian 9 & 10](#debian-9--10)
 - [Mac OSX](#mac-osx)
 
-Note
-====
+# Note
 
 - Since v2.0 Apache APISIX would not support the v2 protocol storage to etcd 
anymore, and the minimum etcd version supported is v3.4.0. What's more, etcd v3 
uses gRPC as the messaging protocol, while Apache APISIX uses HTTP(S) to 
communicate with etcd cluster, so be sure the [etcd gRPC 
gateway](https://etcd.io/docs/v3.4.0/dev-guide/api_grpc_gateway/) is enabled.
 
@@ -36,8 +35,7 @@ Note
 
 - If you want use Tengine instead of OpenResty, please take a look at this 
installation step script [Install Tengine at 
Ubuntu](../.travis/linux_tengine_runner.sh).
 
-CentOS 7
-========
+# CentOS 7
 
 ```shell
 # install epel, `luarocks` need it.
@@ -61,8 +59,7 @@ sudo yum install -y openresty curl git gcc luarocks lua-devel
 nohup etcd &
 ```
 
-Fedora 31 & 32
-==============
+# Fedora 31 & 32
 
 ```shell
 # add OpenResty source
@@ -82,8 +79,7 @@ sudo yum install -y openresty curl git gcc luarocks lua-devel
 nohup etcd &
 ```
 
-Ubuntu 16.04 & 18.04
-====================
+# Ubuntu 16.04 & 18.04
 
 ```shell
 # add OpenResty source
@@ -106,8 +102,7 @@ sudo apt-get install -y git openresty curl luarocks
 nohup etcd &
 ```
 
-Debian 9 & 10
-=============
+# Debian 9 & 10
 
 ```shell
 # optional
@@ -135,8 +130,7 @@ sudo apt-get install -y git openresty curl luarocks make
 nohup etcd &
 ```
 
-Mac OSX
-=======
+# Mac OSX
 
 ```shell
 # install OpenResty, etcd and some compilation tools
diff --git a/doc/zh-cn/install-dependencies.md 
b/doc/zh-cn/install-dependencies.md
index 6ffdb46..0d062ff 100644
--- a/doc/zh-cn/install-dependencies.md
+++ b/doc/zh-cn/install-dependencies.md
@@ -26,8 +26,7 @@
 - [Debian 9 & 10](#debian-9--10)
 - [Mac OSX](#mac-osx)
 
-注意
-====
+# 注意
 
 - Apache APISIX 从 v2.0 开始不再支持 `v2` 版本的 etcd,并且 etcd 最低支持版本为 v3.4.0,因此请使用 etcd 
3.4.0+。更重要的是,因为 etcd v3 使用 gPRC 作为消息传递协议,而 Apache APISIX 使用 HTTP(S) 与 etcd 
集群通信,因此请确保启用 [etcd gRPC 
gateway](https://etcd.io/docs/v3.4.0/dev-guide/api_grpc_gateway/) 功能。
 
@@ -35,8 +34,7 @@
 
 - 如果你要想使用 Tengine 替代 OpenResty,请参考 [Install Tengine at 
Ubuntu](../../.travis/linux_tengine_runner.sh)。
 
-CentOS 7
-========
+# CentOS 7
 
 ```shell
 # 安装 epel, `luarocks` 需要它
@@ -60,8 +58,7 @@ sudo yum install -y openresty curl git gcc luarocks lua-devel
 nohup etcd &
 ```
 
-Fedora 31 & 32
-==============
+# Fedora 31 & 32
 
 ```shell
 # 添加 OpenResty 源
@@ -81,8 +78,7 @@ sudo yum install -y openresty curl git gcc luarocks lua-devel
 nohup etcd &
 ```
 
-Ubuntu 16.04 & 18.04
-====================
+# Ubuntu 16.04 & 18.04
 
 ```shell
 # 添加 OpenResty 源
@@ -105,8 +101,7 @@ sudo apt-get install -y git openresty curl luarocks
 nohup etcd &
 ```
 
-Debian 9 & 10
-=============
+# Debian 9 & 10
 
 ```shell
 # 可选
@@ -134,8 +129,7 @@ sudo apt-get install -y git openresty curl luarocks
 nohup etcd &
 ```
 
-Mac OSX
-=======
+# Mac OSX
 
 ```shell
 # 安装 OpenResty, etcd 和 编译工具

Reply via email to