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

spacewander 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 408ca4da3 docs: add source build apisix link. (#7357)
408ca4da3 is described below

commit 408ca4da3f38021f22c0872853f87f098b2c7863
Author: feihan <[email protected]>
AuthorDate: Thu Jun 30 13:48:03 2022 +0800

    docs: add source build apisix link. (#7357)
---
 docs/en/latest/installation-guide.md | 7 +++++++
 docs/zh/latest/installation-guide.md | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/docs/en/latest/installation-guide.md 
b/docs/en/latest/installation-guide.md
index 9f3bda5a3..40d9e44e4 100644
--- a/docs/en/latest/installation-guide.md
+++ b/docs/en/latest/installation-guide.md
@@ -43,6 +43,7 @@ APISIX can be installed by the different methods listed below:
     {label: 'Docker', value: 'docker'},
     {label: 'Helm', value: 'helm'},
     {label: 'RPM', value: 'rpm'},
+    {label: 'Source Code', value: 'source code'},
   ]}>
 <TabItem value="docker">
 
@@ -166,6 +167,12 @@ Run `apisix help` to get a list of all available 
operations.
 
 :::
 
+</TabItem>
+
+<TabItem value="source code">
+
+If you want to build APISIX from source, please refer to [Building APISIX from 
source](./building-apisix.md).
+
 </TabItem>
 </Tabs>
 
diff --git a/docs/zh/latest/installation-guide.md 
b/docs/zh/latest/installation-guide.md
index 14b4e5f1f..f563179cb 100644
--- a/docs/zh/latest/installation-guide.md
+++ b/docs/zh/latest/installation-guide.md
@@ -44,6 +44,7 @@ import TabItem from '@theme/TabItem';
     {label: 'Docker', value: 'docker'},
     {label: 'Helm', value: 'helm'},
     {label: 'RPM', value: 'rpm'},
+    {label: 'Source Code', value: 'source code'},
   ]}>
 <TabItem value="docker">
 
@@ -169,6 +170,12 @@ apisix start
 
 :::
 
+</TabItem>
+
+<TabItem value="source code">
+
+如果你想要使用源码构建 APISIX,请参考[源码安装 APISIX](./building-apisix.md)。
+
 </TabItem>
 </Tabs>
 

Reply via email to