mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-04 00:18:40 +01:00
docs: Convert all images to using the figure component
This commit is contained in:
parent
ca81f981b5
commit
8c014679b1
@ -28,7 +28,7 @@ All Unleash instances must have at least one project at any given time. New inst
|
||||
|
||||
Pro and Enterprise customers can create, rename, and delete projects as they wish (as long as there is always **at least one project**). Open-source users, on the other hand, only get access to the default project.
|
||||
|
||||
<Figure caption="Unleash projects (the outer box) contain one or more environments (the inner box)." img={'/img/anatomy-of-unleash-environment.png'}/>
|
||||
<Figure caption="Unleash projects (the outer box) contain one or more environments (the inner box)." img="/img/anatomy-of-unleash-environment.png"/>
|
||||
|
||||
## Environments and project environments
|
||||
|
||||
@ -49,9 +49,9 @@ Environments are adjacent to [feature toggles](../reference/feature-toggles.mdx)
|
||||
|
||||
When creating a feature toggle, you must assign a unique (across your Unleash instance) name, a [feature toggle type](../advanced/feature-toggle-types.md), a [project](../user_guide/projects.md) it belongs to, and an optional description. Everything except for the name can be changed later.
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-features.png" caption="TODO"/>
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-strategy.png" caption="TODO"/>
|
||||
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ Activation strategies tie feature toggles and [environments](../user_guide/envir
|
||||
|
||||
Unleash comes with a number of strategies built in (refer the [activation strategies documentation](../user_guide/activation-strategies.md) for more information on those). You can also create your own [custom activation strategies](../advanced/custom-activation-strategy.md) if you need them. All strategies can be further augmented by [**strategy constraints**](../advanced/strategy-constraints.md).
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-constraint.png" caption="TODO"/>
|
||||
|
||||
## Strategy constraints
|
||||
|
||||
@ -92,7 +92,7 @@ You can apply multiple segments to a strategy. Much like with constraints, **eve
|
||||
|
||||
Segments are only available to Pro and Enterprise users.
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-segments.png" caption="TODO"/>
|
||||
|
||||
## Variants and feature toggle payloads
|
||||
|
||||
@ -106,18 +106,18 @@ You can use the variant payload to attach arbitrary data to a variant. Variants
|
||||
|
||||
A feature toggle can have as many variants as you want. Importantly, variants are independent of [environments](../user_guide/environments.md). In other words: you’ll always have the exact same variants with the exact same weightings and the exact same payloads in all environments.
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-environments-strategies.png" caption="TODO"/>
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-environments-strategies2.png" caption="TODO"/>
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-variants.png" caption="TODO"/>
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-customer-tiers.png" caption="TODO"/>
|
||||
|
||||
|
||||
**Example 1: **Customers above a certain tier get additional features
|
||||
|
||||

|
||||
<Figure img="/img/anatomy-of-unleash-new-feature-rollout.png" caption="TODO"/>
|
||||
|
||||
**Example 2: **New feature rollout for improved checkout process
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user