From fcc49fb3ae0ba03a0fd14180197f7e7c3aa16089 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sat, 20 Dec 2025 01:05:12 +0100 Subject: [PATCH] docs: examples --- examples/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/README.md b/examples/README.md index 08e6af24..8d2e7657 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,9 +15,3 @@ This folder contains runnable, copy/paste-friendly examples for running Zerobyte ### Advanced setups - [Tailscale sidecar](tailscale-sidecar/README.md) — run Zerobyte behind a Tailscale sidecar using shared networking. - -## Conventions - -- Each example should be runnable on its own (ideally via Docker Compose). -- Each example should include a README with prerequisites, troubleshooting, etc. -- If configuration is needed, include a `.env.example`.