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>
|
</tr>
|
||||||
{{ range sort $components "component" }}
|
{{ range sort $components "component" }}
|
||||||
<tr>
|
<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
|
<td><a href="/reference/components-reference/supported-secret-stores/{{ .link }}/" }}>{{ .component
|
||||||
}}</a>
|
}}</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td align="center">{{ if .features.multipleKeyValuesPerSecret }}✅{{else}}<img src="/images/emptybox.png">{{ end }}</td>
|
||||||
<td>{{ .state }}</td>
|
<td>{{ .state }}</td>
|
||||||
<td>{{ .version }}</td>
|
<td>{{ .version }}</td>
|
||||||
<td>{{ .since }}</td>
|
<td>{{ .since }}</td>
|
||||||
|
|
@ -40,4 +40,4 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ partial "components/componenttoc.html" . }}
|
{{ partial "components/componenttoc.html" . }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue