diff --git a/web-docs/deployment.md b/web-docs/deployment.md index e69de29bb..24988d17f 100644 --- a/web-docs/deployment.md +++ b/web-docs/deployment.md @@ -0,0 +1,9 @@ +# Docker + +## Kubernetes + +# Binary + +## systemd + +# In-Process diff --git a/web-docs/intro.md b/web-docs/intro.md index 87184f6fe..73cc95318 100644 --- a/web-docs/intro.md +++ b/web-docs/intro.md @@ -28,8 +28,7 @@ No matter how you run flagd, you will need to supply it with feature flags. The flag definitions supplied to flagd (*sources*) are monitored for changes which will be immediately reflected in flagd's evaluations. Currently supported sources include files, HTTP endpoints, Kubernetes custom resources, and proto-compliant gRPC services. - - + # How to I use flagd?