From 65e88935c984517391cf24563476363672eece01 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Fri, 15 Nov 2024 11:39:40 +0100 Subject: [PATCH] Re-add adopters to docs, as an include This is better than the symlink approach, because it allows the file to live in its "canonical" place in the repository, while also avoiding duplication when including the adopters in the docs. In fact, this opens up more fine-grained control over how they are included, if this should that become necessary in the future. Signed-off-by: Tom Wieczorek --- docs/adopters.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/adopters.md diff --git a/docs/adopters.md b/docs/adopters.md new file mode 100644 index 000000000000..557b8c2413cd --- /dev/null +++ b/docs/adopters.md @@ -0,0 +1 @@ +{% include-markdown "../ADOPTERS.md" %}