Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/content/tutorials/deploy-application/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//IMPORT
extension radius
extension radiusResources
//IMPORT

//PARAM
Expand Down
14 changes: 14 additions & 0 deletions docs/shared-content/installation/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Installation shared content"
build:
list: never
render: never
publishResources: false
cascade:
build:
list: never
render: never
publishResources: false
---

<!-- Include-only snippets used via {{< read >}}; hidden from nav/rendering. -->
Loading