Skip to content

Commit 48baa89

Browse files
committed
add configuration as concept 2
1 parent 2d4f8a8 commit 48baa89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ if possible, validated values from Redis.
3434

3535
## Configuration
3636

37-
We define three layers for configurations: auto, files, runtime. You can think of each layer as a
37+
We define three layers for toggle configurations: auto, files, runtime. You can think of each layer as a
3838
JS object that maps feature toggle keys to their respective configurations.
3939

4040
- _auto_: are configurations recognized automatically _before initialization_. This layer is meant to be used for the
4141
CDS modelling feature toggles of the form `/fts/<feature-name>`. For details see
4242
[Feature Vector Provider]({{ site.baseurl }}/plugin/#feature-vector-provider).
4343
- _files_: are configuration files read _during initialization_. Files can be either in JSON or YAML format. For
44-
details see [Configuration Syntax]({{ site.baseurl }}/usage/#configuration). This layer takes precedence over auto
44+
details see [Configuration Usage]({{ site.baseurl }}/usage/#configuration). This layer takes precedence over auto
4545
and the order of the files determines their precedence, with the last occurrence of a configuration overriding
4646
previous occurrences.
4747
- _runtime_: are configurations passed just-in-time for initialization. This layer takes precedence over auto and

0 commit comments

Comments
 (0)