From 83a8accb85dd909f3651c109ed4ff844f95f1302 Mon Sep 17 00:00:00 2001 From: Alex-Andrei Cioc Date: Tue, 31 Mar 2026 15:57:22 +0300 Subject: [PATCH] chore: Make compose examples not selected for guides Signed-off-by: Alex-Andrei Cioc --- flask-redis/README.md | 1 - httpserver-go1.22-redis/README.md | 1 - tyk/README.md | 1 - wordpress-compose/README.md | 1 - 4 files changed, 4 deletions(-) diff --git a/flask-redis/README.md b/flask-redis/README.md index 93a1b05f..4ca12448 100644 --- a/flask-redis/README.md +++ b/flask-redis/README.md @@ -17,7 +17,6 @@ This guide uses `fra` (Frankfurt, 🇩🇪): ```bash export UKC_TOKEN=token -# Set metro to Frankfurt, DE export UKC_METRO=fra ``` diff --git a/httpserver-go1.22-redis/README.md b/httpserver-go1.22-redis/README.md index 3c3b18c8..2a214264 100644 --- a/httpserver-go1.22-redis/README.md +++ b/httpserver-go1.22-redis/README.md @@ -17,7 +17,6 @@ This guide uses `fra` (Frankfurt, 🇩🇪): ```bash export UKC_TOKEN=token -# Set metro to Frankfurt, DE export UKC_METRO=fra ``` diff --git a/tyk/README.md b/tyk/README.md index 9cbfe1fd..36bf7aef 100644 --- a/tyk/README.md +++ b/tyk/README.md @@ -19,7 +19,6 @@ This guide uses `fra` (Frankfurt, 🇩🇪): ```bash export UKC_TOKEN=token -# Set metro to Frankfurt, DE export UKC_METRO=fra ``` diff --git a/wordpress-compose/README.md b/wordpress-compose/README.md index 54ce07b6..0d67bc0a 100644 --- a/wordpress-compose/README.md +++ b/wordpress-compose/README.md @@ -17,7 +17,6 @@ This guide uses `fra` (Frankfurt, 🇩🇪): ```bash export UKC_TOKEN=token -# Set metro to Frankfurt, DE export UKC_METRO=fra ```