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 50973aa commit f2cbc31Copy full SHA for f2cbc31
.github/docs/agnostic-theme-interfaces-proposal.md
@@ -71,6 +71,7 @@ params:
71
- title: <string>
72
description: <string>
73
url: <string>
74
+
75
```
76
77
### Product Selector
@@ -85,10 +86,11 @@ params:
85
86
items: <Product[]>
87
# Product Label
88
- # The URL prefix used for the section (Ex. 'nginx' for NGINX+). Definition not required if extUrl
89
+ # The URL prefix used for the section (Ex. 'nginx' for NGINX+).
90
url: <string | undefined>
91
# Whether the URL is external to the site (opens a new tab if true)
92
extUrl: <bool | undefined>
93
94
95
96
### Icon Partial
0 commit comments