From e05f8bfbad3bc4c96140d79340453aa8643287aa Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Fri, 3 May 2024 12:59:41 +0200 Subject: [PATCH] Fix vendors table (remove distros from table heading) (#4415) --- layouts/shortcodes/ecosystem/vendor-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/ecosystem/vendor-table.md b/layouts/shortcodes/ecosystem/vendor-table.md index 7e35a99353dc..3abd51d19c16 100644 --- a/layouts/shortcodes/ecosystem/vendor-table.md +++ b/layouts/shortcodes/ecosystem/vendor-table.md @@ -3,7 +3,7 @@ cSpell:ignore: bution cial cond distri */ -}} {{ $data := sort (sort (sort $.Site.Data.ecosystem.vendors "name") "oss" "desc") "commercial" -}} -| Organization[^org] | OSS | Com­mer­cial | Distri­bution | Native OTLP | Learn more | +| Organization[^org] | OSS | Com­mer­cial | Native OTLP | Learn more | | ----------- | ----------- | ---------- | ----------------- | ----------- | ----------- | {{- range $data }} {{- $shortUrl := .shortUrl -}}