File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Agnostic Theming - Proposal Interfaces (9/16/25)
2
2
3
3
This document contains proposal interfaces fulfilling the requirements and criteria
4
- laid out in [ docs-platform/629] ( https://github.com/nginxinc/docs-platform/issues/620 ) .
4
+ laid out in docs-platform/629.
5
5
6
6
Nothing in this document should be considered final and is subject to change.
7
7
@@ -80,10 +80,10 @@ instead of defined in `hugo.yaml` but less explicit.
80
80
81
81
` ` ` yaml
82
82
params:
83
- productSelector: ProductGroup[]
84
- - productGroup : <string>
85
- products: Product[]
86
- # Product Group Label (Product[])
83
+ productSelector: < ProductGroup[]>
84
+ - groupLabel : <string>
85
+ items: < Product[]>
86
+ # Product Label
87
87
- title: <string>
88
88
# The URL prefix used for the section (Ex. 'nginx' for NGINX+). Definition not required if extUrl
89
89
url: <string | undefined>
You can’t perform that action at this time.
0 commit comments