From 2e92c67ece1f4b0f5b8b0c966b2250daa826d2d5 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Thu, 7 Sep 2023 16:04:22 +0545 Subject: [PATCH 1/3] docs: add info about building image from source --- docs/en/latest/building-apisix.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/latest/building-apisix.md b/docs/en/latest/building-apisix.md index fda90f054a59..fb27f50f8693 100644 --- a/docs/en/latest/building-apisix.md +++ b/docs/en/latest/building-apisix.md @@ -37,7 +37,8 @@ If you are looking to quickly get started with APISIX, check out the other [inst :::note -If you want to build and package APISIX for a specific platform, see [apisix-build-tools](https://github.com/api7/apisix-build-tools). +- If you want to build APISIX docker image from source code, see [build image from source code](https://apisix.apache.org/docs/docker/build/#build-an-image-from-customizedpatched-source-code) +- If you want to build and package APISIX for a specific platform, see [apisix-build-tools](https://github.com/api7/apisix-build-tools). ::: From 42860c3e72ac4a79925b02d0c9bdf806a05e3dd9 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Sat, 9 Sep 2023 18:51:16 +0530 Subject: [PATCH 2/3] Update docs/en/latest/building-apisix.md Co-authored-by: Navendu Pottekkat --- docs/en/latest/building-apisix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/latest/building-apisix.md b/docs/en/latest/building-apisix.md index fb27f50f8693..d7ee0acbc5ff 100644 --- a/docs/en/latest/building-apisix.md +++ b/docs/en/latest/building-apisix.md @@ -37,7 +37,7 @@ If you are looking to quickly get started with APISIX, check out the other [inst :::note -- If you want to build APISIX docker image from source code, see [build image from source code](https://apisix.apache.org/docs/docker/build/#build-an-image-from-customizedpatched-source-code) +To build an APISIX docker image from source code, see [build image from source code](https://apisix.apache.org/docs/docker/build/#build-an-image-from-customizedpatched-source-code). - If you want to build and package APISIX for a specific platform, see [apisix-build-tools](https://github.com/api7/apisix-build-tools). ::: From b41d740a9f5d85ccd6906e11ab25a7470df1a879 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Sat, 9 Sep 2023 18:51:23 +0530 Subject: [PATCH 3/3] Update docs/en/latest/building-apisix.md Co-authored-by: Navendu Pottekkat --- docs/en/latest/building-apisix.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/latest/building-apisix.md b/docs/en/latest/building-apisix.md index d7ee0acbc5ff..31de4b081c27 100644 --- a/docs/en/latest/building-apisix.md +++ b/docs/en/latest/building-apisix.md @@ -38,7 +38,8 @@ If you are looking to quickly get started with APISIX, check out the other [inst :::note To build an APISIX docker image from source code, see [build image from source code](https://apisix.apache.org/docs/docker/build/#build-an-image-from-customizedpatched-source-code). -- If you want to build and package APISIX for a specific platform, see [apisix-build-tools](https://github.com/api7/apisix-build-tools). + +To build and package APISIX for a specific platform, see [apisix-build-tools](https://github.com/api7/apisix-build-tools) instead. :::