This is an automated email from the ASF dual-hosted git repository.
sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new f94fcac9f45 docs: Update building-apisix-in-ubuntu-for-arm.md (#1715)
f94fcac9f45 is described below
commit f94fcac9f45481cbc535f68a22de23aab4f7c17a
Author: allen <[email protected]>
AuthorDate: Thu Oct 26 15:35:31 2023 +0800
docs: Update building-apisix-in-ubuntu-for-arm.md (#1715)
docs: fix the ```:::info``` doesn't work, the text was hidden
---
blog/en/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md | 2 +-
blog/zh/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/blog/en/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
b/blog/en/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
index f4180e5dd14..58007150f35 100644
--- a/blog/en/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
+++ b/blog/en/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
@@ -150,7 +150,7 @@ make install
Before starting Apache APISIX you need to install etcd, more details can refer
to the [official
documentation](https://apisix.apache.org/docs/apisix/2.10/install-dependencies/#ubuntu-1604--1804).
-:::info
+:::note
Because the installation tutorial was not written for arm, although etcd, was
successfully installed, etcd could not be run successfully due to the default
use of x86 binaries. The specific part of stepping on the pit will not be
repeated here, but will directly put the correct steps for your reference.
:::
diff --git a/blog/zh/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
b/blog/zh/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
index c344d85a58a..09a21439233 100644
--- a/blog/zh/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
+++ b/blog/zh/blog/2022/01/11/building-apisix-in-ubuntu-for-arm.md
@@ -150,7 +150,7 @@ make install
启动 Apache APISIX 之前需要先安装
etcd,具体安装步骤可参考[官方文档](https://apisix.apache.org/docs/apisix/2.10/install-dependencies/#ubuntu-1604--1804)
-:::info 提示
+:::note
由于该安装教程并不是针对 arm 写的,虽然成功安装了 etcd,但未能成功将 etcd 运行起来,原因是由于默认使用 x86
的二进制文件导致。具体踩坑部分这里就不再赘述,直接放上正确步骤供大家参考。
:::