From 43244e88895ebae8bfa2d55b87612ed9f9ce0d36 Mon Sep 17 00:00:00 2001 From: Kurt King Date: Tue, 29 Nov 2022 09:01:46 -0600 Subject: [PATCH] restore docs to original state Signed-off-by: Kurt King Signed-off-by: Kurt King --- docs/plugins/feature-flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/feature-flags.md b/docs/plugins/feature-flags.md index 738bc5e6aa..a26eb49a9b 100644 --- a/docs/plugins/feature-flags.md +++ b/docs/plugins/feature-flags.md @@ -51,6 +51,7 @@ import { FeatureFlagged } from '@backstage/core-app-api' ``` + ## Evaluating Feature Flag State It is also possible to test the feature flag state using the [FeatureFlags Api](https://backstage.io/docs/reference/core-plugin-api.featureflagsapi).