From 6c9f1f2f39648b13ed20cdf54e22d55c09cc87b9 Mon Sep 17 00:00:00 2001 From: Matt Gallagher <46973220+mattgallagher92@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:08:49 +0100 Subject: [PATCH] Fix container-apps.md formatting Adds a line break before a table to (hopefully) fix the docs site --- docs/content/api-overview/resources/container-apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/api-overview/resources/container-apps.md b/docs/content/api-overview/resources/container-apps.md index 741635151..be20ed8df 100644 --- a/docs/content/api-overview/resources/container-apps.md +++ b/docs/content/api-overview/resources/container-apps.md @@ -91,6 +91,7 @@ The Container builder (`container`) is used to define one or more containers for #### Dapr Component Builder The Dapr Component builder (`daprComponent`) is used to define one or more dapr components for a container environment. + | Keyword | Purpose | |-|-| | name | Sets the name of the dapr component. |