Merge pull request #2094 from adrian-plata/experimental-note

Adding experimental feature info
This commit is contained in:
Sebastiaan van Stijn 2019-10-01 19:09:12 +02:00 committed by GitHub
commit 47fd8986ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -282,6 +282,14 @@ Following is a sample `config.json` file:
### Experimental features ### Experimental features
Experimental features provide early access to future product functionality.
These features are intended only for testing and feedback as they may change
between releases without warning or can be removed entirely from a future
release.
> Experimental features must not be used in production environments.
{: .warning }
To enable experimental features, edit the `config.json` file and set To enable experimental features, edit the `config.json` file and set
`experimental` to `enabled`. The example below enables experimental features `experimental` to `enabled`. The example below enables experimental features
in a `config.json` file that already enables a debug feature. in a `config.json` file that already enables a debug feature.