You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/sdk-reference/openfeature/js.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ npm i @openfeature/config-cat-web-provider
19
19
20
20
### 2. Initialize the provider
21
21
22
-
The `ConfigCatWebProvider.create()` function takes the SDK key and an optional `options` argument containing additional configuration options for the [ConfigCat JavaScript SDK](../../js/#creating-the-configcat-client):
22
+
The `ConfigCatWebProvider.create()` function takes the SDK key and an optional `options` argument containing additional configuration options for the [ConfigCat Browser (JavaScript) SDK](../../js/browser/#creating-the-configcat-client):
For more information about all the configuration options, see the [JavaScript SDK documentation](../../js/#creating-the-configcat-client).
43
+
For more information about all the configuration options, see the [Browser (JavaScript) SDK documentation](../../js/browser/#creating-the-configcat-client).
An <ahref="https://openfeature.dev/docs/reference/concepts/evaluation-context"target="_blank">evaluation context</a> in the OpenFeature specification is a container for arbitrary contextual data that can be used as a basis for feature flag evaluation.
67
-
The ConfigCat provider translates these evaluation contexts to ConfigCat [User Objects](../../js/#user-object).
67
+
The ConfigCat provider translates these evaluation contexts to ConfigCat [User Objects](../../js/browser/#user-object).
68
68
69
69
The following table shows how the different context attributes are mapped to User Object attributes.
Copy file name to clipboardExpand all lines: website/docs/sdk-reference/openfeature/node.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ npm i @openfeature/config-cat-provider
19
19
20
20
### 2. Initialize the provider
21
21
22
-
The `ConfigCatProvider.create()` function takes the SDK key and an optional `options` argument containing additional configuration options for the [ConfigCat Node.js SDK](../../node/#creating-the-configcat-client):
22
+
The `ConfigCatProvider.create()` function takes the SDK key and an optional `options` argument containing additional configuration options for the [ConfigCat Node.js SDK](../../js/node/#creating-the-configcat-client):
An <ahref="https://openfeature.dev/docs/reference/concepts/evaluation-context"target="_blank">evaluation context</a> in the OpenFeature specification is a container for arbitrary contextual data that can be used as a basis for feature flag evaluation.
67
-
The ConfigCat provider translates these evaluation contexts to ConfigCat [User Objects](../../node/#user-object).
67
+
The ConfigCat provider translates these evaluation contexts to ConfigCat [User Objects](../../js/node/#user-object).
68
68
69
69
The following table shows how the different context attributes are mapped to User Object attributes.
0 commit comments