diff --git a/docs/partials/config/_defaultExample.mdx b/docs/partials/config/_defaultExample.mdx index f9d6281440..dc3c7916c3 100644 --- a/docs/partials/config/_defaultExample.mdx +++ b/docs/partials/config/_defaultExample.mdx @@ -9,4 +9,6 @@ value: "" default: change me ``` -![Default change me value displayed under the config field](../../../static/images/config-default.png) \ No newline at end of file +![Default change me value displayed under the config field](/images/config-default.png) + +[View a larger version of this image](/images/config-default.png) \ No newline at end of file diff --git a/docs/partials/config/_helpTextExample.mdx b/docs/partials/config/_helpTextExample.mdx index c785909c0c..ece584cb58 100644 --- a/docs/partials/config/_helpTextExample.mdx +++ b/docs/partials/config/_helpTextExample.mdx @@ -7,4 +7,6 @@ help_text: Check to enable the HTTP listener type: bool ``` -![Config field with help text underneath](../../../static/images/config-help-text.png) \ No newline at end of file +![Config field with help text underneath](/images/config-help-text.png) + +[View a larger version of this image](/images/config-help-text.png) \ No newline at end of file diff --git a/docs/partials/config/_readonlyExample.mdx b/docs/partials/config/_readonlyExample.mdx index ea4dee1c78..19d6a46c87 100644 --- a/docs/partials/config/_readonlyExample.mdx +++ b/docs/partials/config/_readonlyExample.mdx @@ -10,4 +10,6 @@ value: "{{repl RandomString 20}}" readonly: true ``` -![Default change me value displayed under the config field](../../../static/images/config-readonly.png) \ No newline at end of file +![Default change me value displayed under the config field](/images/config-readonly.png) + +[View a larger version of this image](/images/config-readonly.png) \ No newline at end of file diff --git a/docs/partials/config/_recommendedExample.mdx b/docs/partials/config/_recommendedExample.mdx index 21cfaf33dd..36b67f496d 100644 --- a/docs/partials/config/_recommendedExample.mdx +++ b/docs/partials/config/_recommendedExample.mdx @@ -5,4 +5,6 @@ default: "0" recommended: true ``` -![config field with green recommended tag](../../../static/images/config-recommended-item.png) \ No newline at end of file +![config field with green recommended tag](/images/config-recommended-item.png) + +[View a larger version of this image](/images/config-recommended-item.png) \ No newline at end of file diff --git a/docs/partials/config/_requiredExample.mdx b/docs/partials/config/_requiredExample.mdx index 5eb523c179..9ff1be4022 100644 --- a/docs/partials/config/_requiredExample.mdx +++ b/docs/partials/config/_requiredExample.mdx @@ -10,4 +10,6 @@ default: change me required: true ``` -![config field with yellow required tag](../../../static/images/config-required-item.png) \ No newline at end of file +![config field with yellow required tag](/images/config-required-item.png) + +[View a larger version of this image](/images/config-required-item.png) \ No newline at end of file diff --git a/docs/partials/config/_typeExample.mdx b/docs/partials/config/_typeExample.mdx index 8366aabb39..3e3f004231 100644 --- a/docs/partials/config/_typeExample.mdx +++ b/docs/partials/config/_typeExample.mdx @@ -7,4 +7,6 @@ type: bool default: "0" ``` -![field named HTTP Enabled with disabled checkbox](../../../static/images/config-screen-bool.png) \ No newline at end of file +![field named HTTP Enabled with disabled checkbox](/images/config-screen-bool.png) + +[View a larger version of this image](/images/config-screen-bool.png) \ No newline at end of file diff --git a/docs/partials/config/_valueExample.mdx b/docs/partials/config/_valueExample.mdx index 2f53c07ca8..cccc017e51 100644 --- a/docs/partials/config/_valueExample.mdx +++ b/docs/partials/config/_valueExample.mdx @@ -8,4 +8,6 @@ type: text value: "{{repl RandomString 20}}" ``` -![config field with random string as HTML input](../../../static/images/config-value-randomstring.png) \ No newline at end of file +![config field with random string as HTML input](/images/config-value-randomstring.png) + +[View a larger version of this image](/images/config-value-randomstring.png) \ No newline at end of file diff --git a/docs/partials/config/_whenExample.mdx b/docs/partials/config/_whenExample.mdx index 4ed4f87409..1aa81b8bad 100644 --- a/docs/partials/config/_whenExample.mdx +++ b/docs/partials/config/_whenExample.mdx @@ -23,4 +23,8 @@ External option selected and conditional fields displayed -Embedded DB option selected and no additional fields displayed \ No newline at end of file +[View a larger version of this image](/images/config-when-enabled.png) + +Embedded DB option selected and no additional fields displayed + +[View a larger version of this image](/images/config-when-disabled.png) \ No newline at end of file diff --git a/docs/reference/custom-resource-config.mdx b/docs/reference/custom-resource-config.mdx index af805d48f2..48c6d6df1e 100644 --- a/docs/reference/custom-resource-config.mdx +++ b/docs/reference/custom-resource-config.mdx @@ -35,7 +35,6 @@ spec: groups: - name: example_group title: First Group - description: This is descriptive help text. items: - name: http_enabled title: HTTP Enabled @@ -43,7 +42,6 @@ spec: default: "0" - name: example_group_2 title: Second Group - description: This is descriptive help text. when: false items: - name: key @@ -54,7 +52,6 @@ spec: type: text - name: example_group_3 title: Third Group - description: This is descriptive help text. items: - name: email-address title: Email Address @@ -101,7 +98,6 @@ spec: # The name must be unique - name: example_group title: First Group - description: This is descriptive help text. items: - name: http_enabled title: HTTP Enabled @@ -119,7 +115,6 @@ spec: - name: example_group # First Group is the heading that appears on the Config page title: First Group - description: This is descriptive help text. items: - name: http_enabled title: HTTP Enabled @@ -152,7 +147,6 @@ spec: groups: - name: example_group title: First Group - description: This is descriptive help text. items: - name: http_enabled title: HTTP Enabled @@ -160,7 +154,6 @@ spec: default: "0" - name: example_group_2 title: Second Group - description: This is descriptive help text. # This group is displayed only when the `http_enabled` field is selected when: repl{{ ConfigOptionEquals "http_enabled" "1" }} items: @@ -172,7 +165,6 @@ spec: type: text - name: example_group_3 title: Third Group - description: This is descriptive help text. items: - name: email-address title: Email Address diff --git a/static/images/config-screen-group-when-false.png b/static/images/config-screen-group-when-false.png index c2473c7c33..c55db29331 100644 Binary files a/static/images/config-screen-group-when-false.png and b/static/images/config-screen-group-when-false.png differ diff --git a/static/images/config-screen-groups.png b/static/images/config-screen-groups.png index 8035be2539..bb7ff0b362 100644 Binary files a/static/images/config-screen-groups.png and b/static/images/config-screen-groups.png differ