mirror of https://github.com/dapr/docs.git
Changes to publish rc.3 release in docs.dapr.io
This commit is contained in:
parent
233f39b1c7
commit
105c643c07
|
@ -92,8 +92,8 @@ version = "v0.11"
|
|||
archived_version = false
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.0-rc.2 (preview)"
|
||||
url = "https://v1-rc2.docs.dapr.io"
|
||||
version = "v1.0-rc.3 (preview)"
|
||||
url = "https://v1-rc3.docs.dapr.io"
|
||||
[[params.versions]]
|
||||
version = "v0.11 (latest)"
|
||||
url = "#"
|
||||
|
|
|
@ -7,5 +7,5 @@ type: docs
|
|||
Welcome to the Dapr documentation site!
|
||||
|
||||
{{% alert title="New release candidate" color="primary" %}}
|
||||
v1.0-rc.2 preview is now available to download and test as part of the upcoming Dapr v1.0 release. Visit the [v1.0-rc.2 version of the docs](https://v1-rc2.docs.dapr.io) if you would like to upgrade and use the latest preview version.
|
||||
v1.0-rc.3 preview is now available to download and test as part of the upcoming Dapr v1.0 release. Visit the [v1.0-rc.3 version of the docs](https://v1-rc3.docs.dapr.io) if you would like to upgrade and use the latest preview version.
|
||||
{{% /alert %}}
|
||||
|
|
|
@ -14,7 +14,7 @@ You can learn more about the CLI and available commands in the [CLI reference do
|
|||
Begin by downloading and installing the latest version of the Dapr CLI:
|
||||
|
||||
{{% alert title="Note" color="warning" %}}
|
||||
This command downloads and install Dapr CLI v0.11. To install the latest preview release, please visit the [v1.0-rc2 version of this page](https://v1-rc2.docs.dapr.io/getting-started/install-dapr-cli/).
|
||||
This command downloads and install Dapr CLI v0.11. To install the latest preview release, please visit the [v1.0-rc3 version of this page](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-cli/).
|
||||
{{% /alert %}}
|
||||
|
||||
{{< tabs Linux Windows MacOS Binaries>}}
|
||||
|
|
|
@ -40,7 +40,7 @@ Both the Dapr CLI and the Dapr Helm chart automatically deploy with affinity for
|
|||
You can install Dapr to a Kubernetes cluster using the [Dapr CLI]({{< ref install-dapr-cli.md >}}).
|
||||
|
||||
{{% alert title="Release candidate" color="warning" %}}
|
||||
This command downloads and installs Dapr runtime v0.11. To install v1.0-rc2 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc2 docs version of this page](https://v1-rc1.docs.dapr.io/getting-started/install-dapr-kubernetes/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc2.docs.dapr.io/getting-started/install-dapr-cli/)).
|
||||
This command downloads and installs Dapr runtime v0.11. To install v1.0-rc3 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc3 docs version of this page](https://v1-rc1.docs.dapr.io/getting-started/install-dapr-kubernetes/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-cli/)).
|
||||
{{% /alert %}}
|
||||
|
||||
### Install Dapr
|
||||
|
|
|
@ -19,7 +19,7 @@ In addition, the default initialization process also creates a development envir
|
|||
1. Running a **Dapr placement service container instance** for local actor support
|
||||
|
||||
{{% alert title="Dapr release candidate" color="warning" %}}
|
||||
This page provides instructions for installing Dapr runtime v0.11. To install v1.0-rc2 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc2 docs version of this page](https://v1-rc1.docs.dapr.io/getting-started/install-dapr-selfhost/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc2.docs.dapr.io/getting-started/install-dapr-cli/)).
|
||||
This page provides instructions for installing Dapr runtime v0.11. To install v1.0-3 preview, the release candidate for the upcoming v1.0 release please visit the [v1.0-rc3 docs version of this page](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-selfhost/). Note you will need to ensure you are also using the preview version of the CLI (instructions to install the latest preview CLI can be found [here](https://v1-rc3.docs.dapr.io/getting-started/install-dapr-cli/)).
|
||||
{{% /alert %}}
|
||||
|
||||
{{% alert title="Docker" color="primary" %}}
|
||||
|
|
Loading…
Reference in New Issue