mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 13:04:47 -04:00
content: Fix glob pattern-alternatives syntax in cascade.md
This commit is contained in:
parent
1f61fd6be1
commit
9f6213ebef
@ -50,7 +50,7 @@ lang
|
||||
: (`string`) A [glob](g) pattern matching the [page language]. For example: `{en,de}`.
|
||||
|
||||
path
|
||||
: (`string`) A [glob](g) pattern matching the page's [logical path](g). For example: `/books,/books/**`.
|
||||
: (`string`) A [glob](g) pattern matching the page's [logical path](g). For example: `{/books,/books/**}`.
|
||||
|
||||
## Array
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user