Skip to content

Commit 2e11d74

Browse files
docs: update contact us messages and remove real-time callout in flutter (#6213)
1 parent 47497e9 commit 2e11d74

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

docs/docs/integrating-with-flagsmith/sdks/client-side-sdks/flutter.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,6 @@ final flagsmithClient = FlagsmithClient(
249249

250250
## Real-time Flag Updates
251251

252-
:::tip
253-
254-
Real-time Flags are part of our SaaS Scale-Up and Enterprise plans.
255-
256-
Real-time Flags are currently in beta. Please contact us to join the beta!
257-
258-
:::
259-
260252
Real-time flag updates are disabled by default. You can enable them simply by changing the configuration as follows:
261253

262254
```dart
@@ -280,6 +272,8 @@ final flagsmithClient = FlagsmithClient(
280272
), apiKey: 'YOUR_ENV_API_KEY');
281273
```
282274

275+
For further information on real-time flags see the full documentation [here](../../../performance/real-time-flags)
276+
283277
## Known issues
284278

285279
- If using the package Dio, you may encounter an error saying `Bad state: Future already completed`. There is a bug in

docs/docs/managing-flags/release-pipeline.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ sidebar_position: 4
66

77
:::info
88

9-
Release Pipelines is currently in a closed beta, please contact us if you'd like to gain access.
10-
11-
<a class="open-chat button button--primary" data-crisp-chat-message="Hello, I'm interested in joining the Release Pipelines beta.">Contact Us</a>
9+
Release Pipelines is currently in a closed beta, please contact [email protected] if you'd like to gain access.
1210

1311
:::
1412

docs/docs/performance/real-time-flags.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ sidebar_label: Real-time Flags
44
sidebar_position: 20
55
---
66

7-
When an application fetches its current feature flags, it usually caches the flags for a certain amount of time to make [efficient use](/best-practices/efficient-api-usage) of the Flagsmith API and network resources. In some cases, you may want an application to be notified about feature flag updates without needing to repeatedly call the Flagsmith API. This guide explains how to achieve this by subscribing to real-time flag updates.
7+
:::info
8+
9+
Real-time flag updates require an Enterprise subscription.
810

9-
## Prerequisites
11+
:::
1012

11-
- Real-time flag updates require an Enterprise subscription.
12-
- Real-time flag updates are only available on the public SaaS Flagsmith instance. Self-hosted and private cloud Flagsmith installations do not support real-time flag updates.
13+
When an application fetches its current feature flags, it usually caches the flags for a certain amount of time to make [efficient use](/best-practices/efficient-api-usage) of the Flagsmith API and network resources. In some cases, you may want an application to be notified about feature flag updates without needing to repeatedly call the Flagsmith API. This guide explains how to achieve this by subscribing to real-time flag updates.
1314

1415
## Setup
1516

docs/docs/third-party-integrations/project-management/servicenow.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ hide_title: true
77
![Adobe](/img/integrations/servicenow/servicenow-logo.svg)
88

99
Flagsmith does not currently support integrating with ServiceNow, but we are eager to build this integration based on
10-
your requirements.
11-
<a class="open-chat" data-crisp-chat-message="Hello, I'm interested in integrating with ServiceNow.">Contact us</a> if
12-
you are interested in this or any other integrations.
10+
your requirements. Contact [email protected] if you are interested in this or any other integrations.

0 commit comments

Comments
 (0)