From a7d9c9bba88653c2f5dc1d07e50fa24edc9b8507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=95=8A=EF=B8=8F=20Duen=F0=9F=95=8A=EF=B8=8F?= Date: Mon, 14 Apr 2025 14:42:49 +0200 Subject: [PATCH 1/2] Add nemlig as adopter of envoygateway in production MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 🕊️ Duen🕊️ --- site/data/adopters.yaml | 5 ++++- site/static/logos/nemlig.svg | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 site/static/logos/nemlig.svg diff --git a/site/data/adopters.yaml b/site/data/adopters.yaml index 269eb46606..5435e21b9c 100644 --- a/site/data/adopters.yaml +++ b/site/data/adopters.yaml @@ -59,4 +59,7 @@ adopters: logo: "/logos/sensetime.png" url: "https://www.sensetime.com/" description: "SenseTime is using Envoy Gateway to route most traffic for SenseCore." - + - name: "nemlig" + logo: "/logos/nemlig.svg" + url: "https://www.nemlig.com/" + description: "nemlig.com is using Envoy Gateway to route traffic for internal and externally exposed services, including many of our customer facing APIs. We use Envoy Gateway to enforce security policies, such as JWT authentication as a service on our self-built kubernetes platform." diff --git a/site/static/logos/nemlig.svg b/site/static/logos/nemlig.svg new file mode 100644 index 0000000000..b394971572 --- /dev/null +++ b/site/static/logos/nemlig.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 1392e5e6e025a0120cdaa591e727c5c125dba478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=95=8A=EF=B8=8F=20Duen=F0=9F=95=8A=EF=B8=8F?= Date: Tue, 15 Apr 2025 11:19:42 +0200 Subject: [PATCH 2/2] LINKINATOR_IGNORE to include nemlig.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 🕊️ Duen🕊️ --- tools/make/docs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make/docs.mk b/tools/make/docs.mk index 4ac179122c..0af5df7403 100644 --- a/tools/make/docs.mk +++ b/tools/make/docs.mk @@ -4,7 +4,7 @@ RELEASE_VERSIONS ?= $(foreach v,$(wildcard ${ROOT_DIR}/docs/*),$(notdir ${v})) # find a way to remove github.com from ignore list # TODO: example.com is not a valid domain, we should remove it from ignore list # TODO: https://www.gnu.org/software/make became unstable, we should remove it from ignore list later -LINKINATOR_IGNORE := "github.com jwt.io githubusercontent.com example.com github.io gnu.org _print canva.com sched.co sap.com httpbin.org" +LINKINATOR_IGNORE := "github.com jwt.io githubusercontent.com example.com github.io gnu.org _print canva.com sched.co sap.com httpbin.org nemlig.com" CLEAN_NODE_MODULES ?= true ##@ Docs