Parcourir la source

Docs: Mentioned the --whitelisted-snippet option when building docs in the development environment guide. [skip ci]

Aleksander Nowodzinski il y a 6 ans
Parent
commit
3fc36a8691

+ 1 - 0
docs/framework/guides/contributing/development-environment.md

@@ -211,6 +211,7 @@ This task accepts the following arguments:
 
 * `--skip-api` — Skips building the API documentation (which takes the majority of the total time).
 * `--skip-snippets` — Skips building live snippets.
+* `--whitelisted-snippet=snippet-name` — Builds a single snippet (`snippet-name.js`) only.
 * `--skip-validation` — Skips the final link validation.
 * `--watch` — Runs the documentation generator in a watch mode. It covers guides (it does not cover API docs).
 * `--production` — Minifies the assets and performs other actions which are unnecessary during CKEditor 5 development.