We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4531071 commit ed0397dCopy full SHA for ed0397d
docs/agnostic-theme-interfaces-proposal.md renamed to .github/docs/agnostic-theme-interfaces-proposal.md
@@ -80,10 +80,10 @@ instead of defined in `hugo.yaml` but less explicit.
80
81
```yaml
82
params:
83
- productSelector: ProductGroup[]
84
- - productGroup: <string>
85
- products: Product[]
86
- # Product Group Label (Product[])
+ productSelector: <ProductGroup[]>
+ - groupLabel: <string>
+ items: <Product[]>
+ # Product Label
87
- title: <string>
88
# The URL prefix used for the section (Ex. 'nginx' for NGINX+). Definition not required if extUrl
89
url: <string | undefined>
0 commit comments