Update segments example

This commit is contained in:
Andreas Deininger 2024-03-28 21:26:50 +01:00 committed by GitHub
parent ad3e26cec0
commit b179f3b7f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -853,7 +853,7 @@ It is recommended to put coarse grained filters (e.g. for language and output fo
lang = "en"
output = "rss"
[[segments.segment1.includes]]
term = "{home,term,taxonomy}"
kind = "{home,term,taxonomy}"
[[segments.segment1.includes]]
path = "{/docs,/docs/**}"
{{< /code-toggle >}}