Skip to content

Commit 985948c

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Agnostic Theming - Proposal Interfaces (9/16/25)
22

33
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.
55

66
Nothing in this document should be considered final and is subject to change.
77

@@ -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)