Skip to content

Commit

Permalink
Add metadata docs
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Dec 15, 2023
1 parent 9844cd5 commit 8763b09
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/basic-features/managing-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,12 @@ other Environments within the Project.
### Multi-Variate Flag Use Cases

The primary use case for using Multi-Variate flags is to drive [A/B tests](/advanced-use/ab-testing.md).

### Use Metadata

When creating or updating a feature, you can enhance its information by adding previously created and enabled metadata fields.
To create and enable this you can do it in the metadata tab on the project settings page.

Then, add it using the "Add Metadata" button within the feature.

![Image](/img/metadata/metadata-feature-1.png)
9 changes: 9 additions & 0 deletions docs/docs/basic-features/managing-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,12 @@ More simply, the order of precedence is:
1. Identity
2. Segment
3. Flag

## Use Metadata

When creating or updating a segment, you can enhance its information by adding previously created and enabled metadata fields.
To create and enable this you can do it in the metadata tab on the project settings page.

Then, add it using the "Add Metadata" button within the segment.

![Image](/img/metadata/metadata-segment-1.png)
9 changes: 9 additions & 0 deletions docs/docs/system-administration/environment-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ This will result in identities receiving different variations and being evaluate
split operator) when evaluated against the remote API. Evaluations in local evaluation mode will not be affected.

:::

## Use Metadata

When creating or updating a segment, you can enhance its information by adding previously created and enabled metadata fields.
To create and enable this you can do it in the metadata tab on the project settings page.

Then, add it using the "Add Metadata" button in the metadata tab inside environemt settings.

![Image](/img/metadata/metadata-environment.png)

0 comments on commit 8763b09

Please sign in to comment.