mirror of https://github.com/dapr/docs.git
Updates per PR feedback.
Signed-off-by: Phillip Hoff <phillip@orst.edu>
This commit is contained in:
parent
e23e6e20ba
commit
b3f6c7c636
|
|
@ -8,9 +8,9 @@ no_list: true
|
||||||
is_preview: 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 pluggable components. Choose your favorite language and start creating components in minutes.
|
||||||
|
|
||||||
## Pluggable Components SDKs
|
## Pluggable components SDKs
|
||||||
|
|
||||||
| Language | Status |
|
| Language | Status |
|
||||||
|----------|:------:|
|
|----------|:------:|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,6 @@
|
||||||
{{ if .Params.is_preview }}
|
{{ if .Params.is_preview }}
|
||||||
{{ $color := "primary" }}
|
{{ $color := "primary" }}
|
||||||
<div class="pageinfo pageinfo-{{ $color }}">
|
<div class="pageinfo pageinfo-{{ $color }}">
|
||||||
<p>This is documentation about a preview version of Dapr features.</p>
|
<p>This is documentation on a preview feature.</p>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue