Skip to content

Commit

Permalink
Adds docs for --quiet=false for 11ty/eleventy#808
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 18, 2019
1 parent 27da3ea commit 8cd9047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ In order to maximize user-friendliness to beginners, Eleventy will show each fil
| _Valid Options_ | `true` or `false` | |
| _Command Line Override_ | `--quiet` |

{% addedin "0.10.0" %} This configuration API method was added in 0.10.0 but the `--quiet` command line option has existed long before that.
{% addedin "0.10.0" %} This configuration API method (`setQuietMode`) was added in v0.10.0 but note that the `--quiet` command line override existed long before that.

{% addedin "0.10.0" %} Added `--quiet=false` to override `setQuietMode(true)` on the command line (for deploys in production). `--quiet=true` was also added (same as `--quiet`).

#### Example

Expand Down
2 changes: 1 addition & 1 deletion docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Universal filters can be added in a single place and are available to multiple t

```js
module.exports = function(eleventyConfig) {
// Universal filters adds to:
// Universal filters add to:
// * Liquid
// * Nunjucks
// * Handlebars
Expand Down

0 comments on commit 8cd9047

Please sign in to comment.