Skip to content

Commit

Permalink
docs: merge currentTime with "advanced constraints" row
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Mar 9, 2022
1 parent aafa200 commit 613ee55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions website/docs/sdks/index.md
Expand Up @@ -76,12 +76,11 @@ If you see an item marked with a ❌ that you would find useful, feel free to re
| Basic support ||||||||| |
| **Category: [Strategy constraints](../advanced/strategy_constraints)** | | | | | | | | | |
| Basic support (`IN`, `NOT_IN` operators) ||||||||| |
| Advanced support (Semver, date, numeric and extended string operators) ||| | ||||| |
| <span id="strategy-constraints-advanced-support">Advanced support (Semver, date, numeric and extended string operators)</span> ||| | ||||| |
| **Category: [Unleash Context](../user_guide/unleash_context)** | | | | | | | | | |
| Static fields (`environment`, `appName`) ||||||||| |
| Defined fields ||||||||| |
| Custom properties ||||||||| |
| <span id="current-time-server">`currentTime` context field</span> ||||||||| |
| **Category: [`isEnabled`](../client-specification#implementation-of-isenabled)** | | | | | | | | | |
| Can take context ||||||||| |
| Override fallback value ||||||||| |
Expand Down
2 changes: 1 addition & 1 deletion website/docs/user_guide/unleash-context.md
Expand Up @@ -78,4 +78,4 @@ Any context field _can_ be used to [calculate custom stickiness](../advanced/sti

[^1]: If you're on Unleash 4.3 or higher, you'll probably want to use [the environments feature](../user_guide/environments.md) instead of relying on the `environment` context field when working with environments.

[^2]: Check the [compatibility table](../sdks/index.md#current-time-server) for an overview of which SDKs provide the `currentTime` property.
[^2]: Check the [*strategy constraints: advanced support* row of the compatibility table](../sdks/index.md#strategy-constraints-advanced-support) for an overview of which SDKs provide the `currentTime` property.

0 comments on commit 613ee55

Please sign in to comment.