From 043dc418f110e0010810babcd4c34d98ef3a3d66 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Fri, 11 Dec 2020 18:01:33 -0800 Subject: [PATCH] Add supported platforms section --- daprdocs/content/en/reference/cli/dapr-components.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-configurations.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-dashboard.md | 7 ++++++- daprdocs/content/en/reference/cli/dapr-init.md | 7 ++++++- daprdocs/content/en/reference/cli/dapr-invoke.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-list.md | 7 ++++++- daprdocs/content/en/reference/cli/dapr-logs.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-publish.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-run.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-status.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-stop.md | 6 +++++- daprdocs/content/en/reference/cli/dapr-uninstall.md | 7 ++++++- 12 files changed, 64 insertions(+), 12 deletions(-) diff --git a/daprdocs/content/en/reference/cli/dapr-components.md b/daprdocs/content/en/reference/cli/dapr-components.md index e57fc337d..2b1f62e44 100644 --- a/daprdocs/content/en/reference/cli/dapr-components.md +++ b/daprdocs/content/en/reference/cli/dapr-components.md @@ -7,7 +7,11 @@ description: "Detailed information on the components CLI command" ## Description -List all Dapr components. Supported platforms: Kubernetes +List all Dapr components. + +## Supported platforms + +- [Kubernetes]({{< ref kubernetes >}}) ## Usage diff --git a/daprdocs/content/en/reference/cli/dapr-configurations.md b/daprdocs/content/en/reference/cli/dapr-configurations.md index 00d1047ea..0cab46c93 100644 --- a/daprdocs/content/en/reference/cli/dapr-configurations.md +++ b/daprdocs/content/en/reference/cli/dapr-configurations.md @@ -7,7 +7,11 @@ description: "Detailed information on the configurations CLI command" ## Description -List all Dapr configurations. Supported platforms: Kubernetes +List all Dapr configurations. + +## Supported platforms + +- [Kubernetes]({{< ref kubernetes >}}) ## Usage diff --git a/daprdocs/content/en/reference/cli/dapr-dashboard.md b/daprdocs/content/en/reference/cli/dapr-dashboard.md index 6625db085..fd86afeca 100644 --- a/daprdocs/content/en/reference/cli/dapr-dashboard.md +++ b/daprdocs/content/en/reference/cli/dapr-dashboard.md @@ -7,7 +7,12 @@ description: "Detailed information on the dashboard CLI command" ## Description -Start Dapr dashboard. Supported platforms: Kubernetes and self-hosted +Start Dapr dashboard. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) +- [Kubernetes]({{< ref kubernetes >}}) ## Usage ```bash diff --git a/daprdocs/content/en/reference/cli/dapr-init.md b/daprdocs/content/en/reference/cli/dapr-init.md index 522135c88..5880dc720 100644 --- a/daprdocs/content/en/reference/cli/dapr-init.md +++ b/daprdocs/content/en/reference/cli/dapr-init.md @@ -7,7 +7,12 @@ description: "Detailed information on the init CLI command" ## Description -Install Dapr on supported hosting platforms. Supported platforms: Kubernetes and self-hosted +Install Dapr on supported hosting platforms. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) +- [Kubernetes]({{< ref kubernetes >}}) ## Usage ```bash diff --git a/daprdocs/content/en/reference/cli/dapr-invoke.md b/daprdocs/content/en/reference/cli/dapr-invoke.md index 918bb8797..fb321d188 100644 --- a/daprdocs/content/en/reference/cli/dapr-invoke.md +++ b/daprdocs/content/en/reference/cli/dapr-invoke.md @@ -7,7 +7,11 @@ description: "Detailed information on the invoke CLI command" ## Description -Invoke a method on a given Dapr application. Supported platforms: Self-hosted +Invoke a method on a given Dapr application. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) ## Usage ```bash diff --git a/daprdocs/content/en/reference/cli/dapr-list.md b/daprdocs/content/en/reference/cli/dapr-list.md index 3763ddc61..21f086ba9 100644 --- a/daprdocs/content/en/reference/cli/dapr-list.md +++ b/daprdocs/content/en/reference/cli/dapr-list.md @@ -7,7 +7,12 @@ description: "Detailed information on the list CLI command" ## Description -List all Dapr instances. Supported platforms: Kubernetes and self-hosted +List all Dapr instances. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) +- [Kubernetes]({{< ref kubernetes >}}) ## Usage ```bash diff --git a/daprdocs/content/en/reference/cli/dapr-logs.md b/daprdocs/content/en/reference/cli/dapr-logs.md index f18390fdb..a4f6126aa 100644 --- a/daprdocs/content/en/reference/cli/dapr-logs.md +++ b/daprdocs/content/en/reference/cli/dapr-logs.md @@ -7,7 +7,11 @@ description: "Detailed information on the logs CLI command" ## Description -Get Dapr sidecar logs for an application. Supported platforms: Kubernetes +Get Dapr sidecar logs for an application. + +## Supported platforms + +- [Kubernetes]({{< ref kubernetes >}}) ## Usage ```bash diff --git a/daprdocs/content/en/reference/cli/dapr-publish.md b/daprdocs/content/en/reference/cli/dapr-publish.md index e37193187..c6de51d59 100644 --- a/daprdocs/content/en/reference/cli/dapr-publish.md +++ b/daprdocs/content/en/reference/cli/dapr-publish.md @@ -7,7 +7,11 @@ description: "Detailed information on the publish CLI command" ## Description -Publish a pub-sub event. Supported platforms: Self-hosted +Publish a pub-sub event. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) ## Usage diff --git a/daprdocs/content/en/reference/cli/dapr-run.md b/daprdocs/content/en/reference/cli/dapr-run.md index b924aa359..163cc531a 100644 --- a/daprdocs/content/en/reference/cli/dapr-run.md +++ b/daprdocs/content/en/reference/cli/dapr-run.md @@ -7,7 +7,11 @@ description: "Detailed information on the run CLI command" ## Description -Run Dapr and (optionally) your application side by side. Supported platforms: Self-hosted +Run Dapr and (optionally) your application side by side. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) ## Usage diff --git a/daprdocs/content/en/reference/cli/dapr-status.md b/daprdocs/content/en/reference/cli/dapr-status.md index ab0cc0559..3ddaf1a37 100644 --- a/daprdocs/content/en/reference/cli/dapr-status.md +++ b/daprdocs/content/en/reference/cli/dapr-status.md @@ -7,7 +7,11 @@ description: "Detailed information on the status CLI command" ## Description -Show the health status of Dapr services. Supported platforms: Kubernetes +Show the health status of Dapr services. + +## Supported platforms + +- [Kubernetes]({{< ref kubernetes >}}) ## Usage diff --git a/daprdocs/content/en/reference/cli/dapr-stop.md b/daprdocs/content/en/reference/cli/dapr-stop.md index 838a4e2c0..521f77810 100644 --- a/daprdocs/content/en/reference/cli/dapr-stop.md +++ b/daprdocs/content/en/reference/cli/dapr-stop.md @@ -7,7 +7,11 @@ description: "Detailed information on the stop CLI command" ## Description -Stop Dapr instances and their associated apps. . Supported platforms: Self-hosted +Stop Dapr instances and their associated apps. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) ## Usage diff --git a/daprdocs/content/en/reference/cli/dapr-uninstall.md b/daprdocs/content/en/reference/cli/dapr-uninstall.md index 1f6cd68a4..1c6bcd9b9 100644 --- a/daprdocs/content/en/reference/cli/dapr-uninstall.md +++ b/daprdocs/content/en/reference/cli/dapr-uninstall.md @@ -7,7 +7,12 @@ description: "Detailed information on the uninstall CLI command" ## Description -Uninstall Dapr runtime. Supported platforms: Kubernetes and self-hosted +Uninstall Dapr runtime. + +## Supported platforms + +- [Self-Hosted]({{< ref self-hosted >}}) +- [Kubernetes]({{< ref kubernetes >}}) ## Usage