From 00d91fa74242e8bf150db9d5613c9ed045aaf230 Mon Sep 17 00:00:00 2001 From: Andrey Potyomkin Date: Tue, 17 Sep 2024 08:57:35 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20feature=20flags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/feature-toggle.md | 7 +++++++ docs/issues.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/feature-toggle.md diff --git a/docs/feature-toggle.md b/docs/feature-toggle.md new file mode 100644 index 0000000..e1efcf6 --- /dev/null +++ b/docs/feature-toggle.md @@ -0,0 +1,7 @@ +--- +sidebar_position: 5 +--- + +# Feature toggle + +Для реализации feature toggle необходимо использовать [FeatureFlagsStore из корпоративного пакета @astral/services](https://www.npmjs.com/package/@astral/services#FeatureFlags). diff --git a/docs/issues.md b/docs/issues.md index 9a495c4..c612aae 100644 --- a/docs/issues.md +++ b/docs/issues.md @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 6 --- # Issues