We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ef0b9 commit cd2ec69Copy full SHA for cd2ec69
docs/insiders/getting-started.md
@@ -153,14 +153,14 @@ plugins:
153
- search
154
- social
155
156
- # CI=1 mkdocs build
+ # CI=true mkdocs build
157
- group:
158
enabled: !ENV CI
159
plugins:
160
- git-revision-date-localized
161
- git-committers
162
163
- # INSIDERS=1 mkdocs build
+ # INSIDERS=true mkdocs build
164
165
enabled: !ENV INSIDERS
166
@@ -170,8 +170,8 @@ plugins:
170
171
Of course, you can also enable both groups with:
172
173
-```
174
-CI=1 INSIDERS=1 mkdocs build
+``` shell
+CI=true INSIDERS=true mkdocs build
175
```
176
177
[built-in group plugin]: ../plugins/group.md
0 commit comments