From cfa22d9f038853484d95af5e087990c1924d2ca1 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim Date: Mon, 13 Nov 2023 16:06:43 -0500 Subject: [PATCH] remove obsole content on access Signed-off-by: Reshma Abdul Rahim --- docs/content/community/contributing/github.md | 4 ---- docs/content/reference/resource-schema/aws/index.md | 2 -- docs/content/tutorials/tutorial-dapr/index.md | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/content/community/contributing/github.md b/docs/content/community/contributing/github.md index 84743cea3..1273f5dfb 100644 --- a/docs/content/community/contributing/github.md +++ b/docs/content/community/contributing/github.md @@ -8,10 +8,6 @@ weight: 200 Radius is a community-driven project that lives on GitHub within the [Radius organization](https://github.com/radius-project). -## Access - -Visit https://aka.ms/ProjectRadius/GitHubAccess to request access to the Radius GitHub organization. - ## Source code The source code for Radius is available on GitHub within the [radius repo](https://github.com/radius-project/radius). diff --git a/docs/content/reference/resource-schema/aws/index.md b/docs/content/reference/resource-schema/aws/index.md index a9c1d64de..995997ca7 100644 --- a/docs/content/reference/resource-schema/aws/index.md +++ b/docs/content/reference/resource-schema/aws/index.md @@ -10,8 +10,6 @@ Radius supports AWS resource types that are supported by the [AWS Cloud Control Following table lists the resource types that are currently supported and the limitations for each of the resource types. -> *If you don't have access to the Bicep-types-aws github repo, please visit https://aka.ms/ProjectRadius/GitHubAccess to request access to the Radius GitHub organization.* - | Resource Type | Notes | | ------------- | ----- | | **[AWS::ACMPCA::Certificate](https://github.com/radius-project/bicep-types-aws/blob/main/artifacts/bicep/aws/aws.acmpca/default/types.md)** | ⚠ This resource type is non-idempotent. See [here](https://github.com/radius-project/bicep-types-aws/blob/main/docs/reference/limitations.md) for more information. | diff --git a/docs/content/tutorials/tutorial-dapr/index.md b/docs/content/tutorials/tutorial-dapr/index.md index de6f08801..88165628d 100644 --- a/docs/content/tutorials/tutorial-dapr/index.md +++ b/docs/content/tutorials/tutorial-dapr/index.md @@ -14,7 +14,7 @@ This tutorial will teach you the following about Dapr: - How to use Radius to deploy a Dapr microservices sample application for an online shop - How [Dapr and Radius]({{< ref "guides/author-apps/dapr" >}}) seamlessly work together -For more details on the app and access to the source code, visit the `tutorials/dapr` directory in the [samples repo](https://github.com/radius-project/samples). _For access to the radius-project GitHub org, please complete and submit [this form](https://aka.ms/ProjectRadius/GitHubAccess)._ +For more details on the app and access to the source code, visit the `tutorials/dapr` directory in the [samples repo](https://github.com/radius-project/samples). ## Prerequisites