From 355089e57796a03c58e71db21884d7f422f40b17 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Tue, 16 Apr 2024 15:49:44 -0600 Subject: [PATCH 1/3] fix broken link in index.md Signed-off-by: Dan Moseley --- docs/content/concepts/faq/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/concepts/faq/index.md b/docs/content/concepts/faq/index.md index 31e064f32..1c48a2309 100644 --- a/docs/content/concepts/faq/index.md +++ b/docs/content/concepts/faq/index.md @@ -14,7 +14,7 @@ Currently yes. Although Radius is architected to run on any platform, today Kube ### Can I incrementally adopt, or "try out" Radius? -Yes. The easiest way to add Radius to an existing application is through [Radius annotations](#TODO). Simply add the annotations to your existing Helm chart or Kubernetes YAML and you can use the Radius app graph, connections, and Recipes. [Try the tutorial](#TODO) to learn more. +Yes. The easiest way to add Radius to an existing application is through [Radius annotations]({{< ref "/tutorials/add-radius" >}}). Simply add the annotations to your existing Helm chart or Kubernetes YAML and you can use the Radius app graph, connections, and Recipes. [Try the tutorial](#TODO) to learn more. ### Do I have to self-host Radius? Is there a managed service for Radius? From 34e8bc3eb9eee7b48e306276eb45664a381d3355 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Tue, 16 Apr 2024 15:51:30 -0600 Subject: [PATCH 2/3] Update index.md Signed-off-by: Dan Moseley --- docs/content/concepts/faq/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/concepts/faq/index.md b/docs/content/concepts/faq/index.md index 1c48a2309..4f671ee1a 100644 --- a/docs/content/concepts/faq/index.md +++ b/docs/content/concepts/faq/index.md @@ -14,7 +14,7 @@ Currently yes. Although Radius is architected to run on any platform, today Kube ### Can I incrementally adopt, or "try out" Radius? -Yes. The easiest way to add Radius to an existing application is through [Radius annotations]({{< ref "/tutorials/add-radius" >}}). Simply add the annotations to your existing Helm chart or Kubernetes YAML and you can use the Radius app graph, connections, and Recipes. [Try the tutorial](#TODO) to learn more. +Yes. The easiest way to add Radius to an existing application is through [Radius annotations]({{< ref "/tutorials/add-radius" >}}). Simply add the annotations to your existing Helm chart or Kubernetes YAML and you can use the Radius app graph, connections, and Recipes. [Try the tutorial]({{< ref "/tutorials/add-radius" >}}) to learn more. ### Do I have to self-host Radius? Is there a managed service for Radius? From 917c0c80176bb111eddde5254860fc75a12b43d1 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:57:38 -0400 Subject: [PATCH 3/3] Update docs/content/concepts/faq/index.md Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --- docs/content/concepts/faq/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/concepts/faq/index.md b/docs/content/concepts/faq/index.md index 4f671ee1a..20d83a04a 100644 --- a/docs/content/concepts/faq/index.md +++ b/docs/content/concepts/faq/index.md @@ -14,7 +14,7 @@ Currently yes. Although Radius is architected to run on any platform, today Kube ### Can I incrementally adopt, or "try out" Radius? -Yes. The easiest way to add Radius to an existing application is through [Radius annotations]({{< ref "/tutorials/add-radius" >}}). Simply add the annotations to your existing Helm chart or Kubernetes YAML and you can use the Radius app graph, connections, and Recipes. [Try the tutorial]({{< ref "/tutorials/add-radius" >}}) to learn more. +Yes. The easiest way to add Radius to an existing application is through [Radius annotations]({{< ref "/tutorials/tutorial-add-radius#step-3-add-radius-to-the-guestbook-application" >}}). Simply add the annotations to your existing Helm chart or Kubernetes YAML and you can use the Radius app graph, connections, and Recipes. [Try the tutorial]({{< ref "/tutorials/tutorial-add-radius" >}}) to learn more. ### Do I have to self-host Radius? Is there a managed service for Radius?