Skip to content
Snippets Groups Projects
Commit 2d3b4440 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

docs: clarify experimental manager example

parent 08375516
No related merge requests found
......@@ -55,11 +55,12 @@ The `config:base` preset ignores common test and example directory names, for ex
#### Enabling experimental managers
Most managers are enabled by default.
For those that aren't, typically because they are considered experimental, you can opt-in to them like the following:
For those that aren't, typically because they are considered experimental, you can enable them opt-in.
For example, if there was a manager called `some-new-manager` then you could enable it this way:
```json
{
"experimental-manager": {
"some-new-manager": {
"enabled": true
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment