Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jan 20, 2024
1 parent fcbb831 commit db56a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Configuration can be provided using the `extensionConfig` field in **package.jso
* **`clean`** _string[]_ - List of files to clean before each build.
* **`deployFiles`** _string[]_ - Glob pattern for files to deploy (default: `{dist,examples,docs}/**`).
* **`deployBranch`** _string[]_ - Branch where to do the deployment (default: `gh-pages`).
* **`deployRoot`** _string_ - Root folder to do deploy, used in combo with `deployFiles` (default: `.`).
* **`docsCopyright`** _string_ - Copyright in the docs (defaults: package.json's `author`)
* **`docsDescription`** _string_ - HTML meta description in docs (defaults: package.json's `description`)
* **`docsDestination`** _string_ - Relative path to the output documentation folder (default: `docs`)
Expand Down

0 comments on commit db56a05

Please sign in to comment.