diff --git a/web-docs/intro.md b/web-docs/intro.md index 86acd6277..87184f6fe 100644 --- a/web-docs/intro.md +++ b/web-docs/intro.md @@ -28,6 +28,9 @@ 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? flagd is fully OpenFeature compliant.