From a5cc1f7ca02f7fb8afa79ce6e9e5d6befbf60db3 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sat, 1 Mar 2025 08:22:26 -0800 Subject: [PATCH] chore: adds readme to examples --- examples/README.me | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 examples/README.me diff --git a/examples/README.me b/examples/README.me deleted file mode 100644 index 160ab0f0..00000000 --- a/examples/README.me +++ /dev/null @@ -1,6 +0,0 @@ -> [!WARNING] -> This directory contains examples that are used for testing and demonstration purposes. The configurations may vary and use different tags that are not wanted for the production environment. - -This directory contains scripts to setup swarm, k8s, and other environments. There is also examples to demonstrate how to use Dozzle with different environments. I use these examples to test and demonstrate the functionality of Dozzle. - -For official documentation, please visit [https://dozzle.dev](https://dozzle.dev).