mirror of https://github.com/dapr/docs.git
Add "preview" banner.
Signed-off-by: Phillip Hoff <phillip@orst.edu>
This commit is contained in:
parent
06aa5f5bc7
commit
e23e6e20ba
|
@ -5,11 +5,11 @@ linkTitle: "SDKs"
|
||||||
weight: 2000
|
weight: 2000
|
||||||
description: "Develop pluggable components in your favorite language"
|
description: "Develop pluggable components in your favorite language"
|
||||||
no_list: true
|
no_list: true
|
||||||
|
is_preview: true
|
||||||
---
|
---
|
||||||
|
|
||||||
The Dapr SDKs are the easiest way for you to create Dapr Pluggable Components. Choose your favorite language and get up and running with Dapr in minutes.
|
The Dapr SDKs are the easiest way for you to create Dapr Pluggable Components. Choose your favorite language and get up and running with Dapr in minutes.
|
||||||
|
|
||||||
|
|
||||||
## Pluggable Components SDKs
|
## Pluggable Components SDKs
|
||||||
|
|
||||||
| Language | Status |
|
| Language | Status |
|
||||||
|
|
|
@ -13,3 +13,12 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Check the variable that indicates whether this is a preview doc set.
|
||||||
|
If yes, display a banner. -->
|
||||||
|
{{ if .Params.is_preview }}
|
||||||
|
{{ $color := "primary" }}
|
||||||
|
<div class="pageinfo pageinfo-{{ $color }}">
|
||||||
|
<p>This is documentation about a preview version of Dapr features.</p>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue