Skip to content

Commit ed0397d

Browse files
committed
Docs: Move docs folder under .github
Prevents conflict with build CI paths
1 parent 4531071 commit ed0397d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/agnostic-theme-interfaces-proposal.md renamed to .github/docs/agnostic-theme-interfaces-proposal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ instead of defined in `hugo.yaml` but less explicit.
8080

8181
```yaml
8282
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
8787
- title: <string>
8888
# The URL prefix used for the section (Ex. 'nginx' for NGINX+). Definition not required if extUrl
8989
url: <string | undefined>

0 commit comments

Comments
 (0)