diff --git a/docs/content/tutorials/deploy-application/index.md b/docs/content/tutorials/deploy-application/index.md index 5b9675c8e..df225c403 100644 --- a/docs/content/tutorials/deploy-application/index.md +++ b/docs/content/tutorials/deploy-application/index.md @@ -16,9 +16,7 @@ Add the following to `app.bicep`: {{% rad file="snippets/app.bicep" embed=true marker="//IMPORT" %}} -The `extension radius` statement imports the resource types built into Radius. - -The `extension radiusResources` statement imports the PostgreSQL resource type created in the previous step. +The `extension radius` statement imports the resource types built into Radius. {{% rad file="snippets/app.bicep" embed=true marker="//PARAM" %}} diff --git a/docs/content/tutorials/deploy-application/snippets/app.bicep b/docs/content/tutorials/deploy-application/snippets/app.bicep index 5d02fb3e5..4b74e4bdc 100644 --- a/docs/content/tutorials/deploy-application/snippets/app.bicep +++ b/docs/content/tutorials/deploy-application/snippets/app.bicep @@ -1,6 +1,5 @@ //IMPORT extension radius -extension radiusResources //IMPORT //PARAM diff --git a/docs/shared-content/installation/_index.md b/docs/shared-content/installation/_index.md new file mode 100644 index 000000000..c409d7b0c --- /dev/null +++ b/docs/shared-content/installation/_index.md @@ -0,0 +1,14 @@ +--- +title: "Installation shared content" +build: + list: never + render: never + publishResources: false +cascade: + build: + list: never + render: never + publishResources: false +--- + +