Преглед на файлове

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

Aleksander Nowodzinski преди 6 години
родител
ревизия
3fc36a8691
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      docs/framework/guides/contributing/development-environment.md

+ 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.