mirror of https://github.com/dapr/docs.git
Merge branch 'v1.9' into greenie-msft-patch-6
This commit is contained in:
commit
f8ea8472e1
|
|
@ -27,10 +27,10 @@
|
|||
</tr>
|
||||
{{ range sort $components "component" }}
|
||||
<tr>
|
||||
<td align="center">{{ if .features.multipleKeyValuesPerSecret }}✅{{else}}<img src="/images/emptybox.png">{{ end }}</td>
|
||||
<td><a href="/reference/components-reference/supported-secret-stores/{{ .link }}/" }}>{{ .component
|
||||
}}</a>
|
||||
</td>
|
||||
<td align="center">{{ if .features.multipleKeyValuesPerSecret }}✅{{else}}<img src="/images/emptybox.png">{{ end }}</td>
|
||||
<td>{{ .state }}</td>
|
||||
<td>{{ .version }}</td>
|
||||
<td>{{ .since }}</td>
|
||||
|
|
@ -40,4 +40,4 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ partial "components/componenttoc.html" . }}
|
||||
{{ partial "components/componenttoc.html" . }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue