diff --git a/docs/examples/README.md b/examples/README.md similarity index 100% rename from docs/examples/README.md rename to examples/README.md diff --git a/docs/examples/kustomize/.gitignore b/examples/kustomize/.gitignore similarity index 100% rename from docs/examples/kustomize/.gitignore rename to examples/kustomize/.gitignore diff --git a/docs/examples/kustomize/README.md b/examples/kustomize/README.md similarity index 100% rename from docs/examples/kustomize/README.md rename to examples/kustomize/README.md diff --git a/docs/examples/kustomize/base/configmap.yaml b/examples/kustomize/base/configmap.yaml similarity index 100% rename from docs/examples/kustomize/base/configmap.yaml rename to examples/kustomize/base/configmap.yaml diff --git a/docs/examples/kustomize/base/ingress.yaml b/examples/kustomize/base/ingress.yaml similarity index 100% rename from docs/examples/kustomize/base/ingress.yaml rename to examples/kustomize/base/ingress.yaml diff --git a/docs/examples/kustomize/base/kustomization.yaml b/examples/kustomize/base/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/base/kustomization.yaml rename to examples/kustomize/base/kustomization.yaml diff --git a/docs/examples/kustomize/base/service.yaml b/examples/kustomize/base/service.yaml similarity index 100% rename from docs/examples/kustomize/base/service.yaml rename to examples/kustomize/base/service.yaml diff --git a/docs/examples/kustomize/headscale.bash b/examples/kustomize/headscale.bash similarity index 100% rename from docs/examples/kustomize/headscale.bash rename to examples/kustomize/headscale.bash diff --git a/docs/examples/kustomize/init.bash b/examples/kustomize/init.bash similarity index 100% rename from docs/examples/kustomize/init.bash rename to examples/kustomize/init.bash diff --git a/docs/examples/kustomize/install-cert-manager.bash b/examples/kustomize/install-cert-manager.bash similarity index 100% rename from docs/examples/kustomize/install-cert-manager.bash rename to examples/kustomize/install-cert-manager.bash diff --git a/docs/examples/kustomize/postgres/deployment.yaml b/examples/kustomize/postgres/deployment.yaml similarity index 100% rename from docs/examples/kustomize/postgres/deployment.yaml rename to examples/kustomize/postgres/deployment.yaml diff --git a/docs/examples/kustomize/postgres/kustomization.yaml b/examples/kustomize/postgres/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/postgres/kustomization.yaml rename to examples/kustomize/postgres/kustomization.yaml diff --git a/docs/examples/kustomize/postgres/postgres-service.yaml b/examples/kustomize/postgres/postgres-service.yaml similarity index 100% rename from docs/examples/kustomize/postgres/postgres-service.yaml rename to examples/kustomize/postgres/postgres-service.yaml diff --git a/docs/examples/kustomize/postgres/postgres-statefulset.yaml b/examples/kustomize/postgres/postgres-statefulset.yaml similarity index 100% rename from docs/examples/kustomize/postgres/postgres-statefulset.yaml rename to examples/kustomize/postgres/postgres-statefulset.yaml diff --git a/docs/examples/kustomize/production-tls/ingress-patch.yaml b/examples/kustomize/production-tls/ingress-patch.yaml similarity index 100% rename from docs/examples/kustomize/production-tls/ingress-patch.yaml rename to examples/kustomize/production-tls/ingress-patch.yaml diff --git a/docs/examples/kustomize/production-tls/kustomization.yaml b/examples/kustomize/production-tls/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/production-tls/kustomization.yaml rename to examples/kustomize/production-tls/kustomization.yaml diff --git a/docs/examples/kustomize/production-tls/production-issuer.yaml b/examples/kustomize/production-tls/production-issuer.yaml similarity index 100% rename from docs/examples/kustomize/production-tls/production-issuer.yaml rename to examples/kustomize/production-tls/production-issuer.yaml diff --git a/docs/examples/kustomize/sqlite/kustomization.yaml b/examples/kustomize/sqlite/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/sqlite/kustomization.yaml rename to examples/kustomize/sqlite/kustomization.yaml diff --git a/docs/examples/kustomize/sqlite/statefulset.yaml b/examples/kustomize/sqlite/statefulset.yaml similarity index 100% rename from docs/examples/kustomize/sqlite/statefulset.yaml rename to examples/kustomize/sqlite/statefulset.yaml diff --git a/docs/examples/kustomize/staging-tls/ingress-patch.yaml b/examples/kustomize/staging-tls/ingress-patch.yaml similarity index 100% rename from docs/examples/kustomize/staging-tls/ingress-patch.yaml rename to examples/kustomize/staging-tls/ingress-patch.yaml diff --git a/docs/examples/kustomize/staging-tls/kustomization.yaml b/examples/kustomize/staging-tls/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/staging-tls/kustomization.yaml rename to examples/kustomize/staging-tls/kustomization.yaml diff --git a/docs/examples/kustomize/staging-tls/staging-issuer.yaml b/examples/kustomize/staging-tls/staging-issuer.yaml similarity index 100% rename from docs/examples/kustomize/staging-tls/staging-issuer.yaml rename to examples/kustomize/staging-tls/staging-issuer.yaml