Add environment as a new filter to _cascade.target

Fixes #9612
This commit is contained in:
Cathrine Paulsen 2022-04-05 07:41:24 +00:00 committed by GitHub
parent a18d646eac
commit 9b6e7afd27

View File

@ -189,6 +189,9 @@ kind
lang lang
: A Glob pattern matching the Page's language, e.g. "{en,sv}". : A Glob pattern matching the Page's language, e.g. "{en,sv}".
environment
: A Glob pattern matching the build environment, e.g. "{production,development}"
Any of the above can be omitted. Any of the above can be omitted.
### Example ### Example