Skip to content

Commit

Permalink
docs: update some details on the web page like changing the order of …
Browse files Browse the repository at this point in the history
…the annotations vs code annotations. Change title of the A B testing page.

Added benchmark results pass.
  • Loading branch information
credmond-git committed Nov 27, 2024
1 parent 19c23ea commit ea3eb75
Show file tree
Hide file tree
Showing 15 changed files with 7,147 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmark.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#$gestaltVersions = @("0.32.0", "0.31.3", "0.31.2", "0.31.1", "0.31.0", "0.30.0", "0.29.0", "0.28.0", "0.27.0", "0.26.0", "0.25.3", "0.25.2", "0.25.1", "0.25.0", "0.24.6", "0.24.5", "0.24.4", "0.24.3", "0.24.2", "0.24.1", "0.24.0", "0.23.3", "0.23.2", "0.23.1", "0.23.0", "0.22.1", "0.21.0", "0.20.6", "0.20.5", "0.20.4", "0.20.3", "0.20.2", "0.20.1", "0.19.0", "0.18.0", "0.16.6", "0.16.5", "0.16.4", "0.16.3", "0.16.2", "0.16.1", "0.16.0", "0.15.0", "0.14.1", "0.14.0", "0.13.0", "0.12.0")
$gestaltVersions = @("0.32.1","0.32.0", "0.31.3", "0.31.2", "0.31.1", "0.31.0")
$gestaltVersions = @("0.34.0", "0.33.1", "0.33.0", "0.32.0", "0.32.2", "0.32.1","0.32.0", "0.31.3", "0.31.2", "0.31.1", "0.31.0")
#jdkVersions = @(11 17 21)
$jdkVersions = @(11)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

# Annotations Code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 1
---

# Annotations Configurations
Expand Down
2 changes: 1 addition & 1 deletion docs/gestalt-static/docs/tutorial/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sidebar_position: 4
---

# Example code
For more examples of how to use gestalt see the [gestalt-sample](https://github.com/gestalt-config/gestalt/tree/main/gestalt-examples/gestalt-sample/src/test) or for Java 17 + samples [gestalt-sample-java-latest](https://github.com/gestalt-config/gestalt/tree/main/gestalt-examples/gestalt-sample-java-latest/src/test)
For more examples of how to use gestalt see the [gestalt-sample](https://github.com/gestalt-config/gestalt/tree/main/gestalt-examples/gestalt-sample/src/test) or for Java 17 + samples [gestalt-sample-records](https://github.com/gestalt-config/gestalt/tree/main/gestalt-examples/gestalt-sample-java-records/src/test)
2 changes: 1 addition & 1 deletion docs/gestalt-static/docs/usecase/a-b-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 5
---

## A/B Testing
# A/B Testing

Create an A/B that gives a different value for a feature flag or other value each time we retrieve the value, and overrides per group for testing or segmentation.

Expand Down
Loading

0 comments on commit ea3eb75

Please sign in to comment.