Skip to content

Commit 60b6114

Browse files
committed
RHIDP-6568: Add full property to config example
1 parent fbead57 commit 60b6114

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/customizing/proc-customizing-rhdh-metadata-card.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@ buildInfo:
2020
TechDocs builder: '_<techdocs_builder>_'
2121
Authentication provider: '_<authentication_provider>_'
2222
RBAC: disabled
23+
full: true
24+
2325
----
2426
+
2527
where
2628
2729
_<build_info_card_title>_ :: Specifies the title that you want to display in the *{product-very-short} Build info* card.
28-
_<techdocs_builder>_ :: Specifies whether to generate and publish the docs or to only fetch the docs when using the default build strategy. Example values are `local` or `external`.
30+
_<techdocs_builder>_ :: Specifies whether to generate and publish the docs or to only fetch the docs when using the default build strategy. Possible values are `local` or `external`. If you want to generate and publish the docs when using the default build strategy, set the `techdocs.builder` field to `local` in your app-config.yaml file. If you only want to fetch the docs without generating and publishing them, set the `techdocs.builder` field to `external`.
2931
_<authentication_provider>_ :: Specifies the authentication provider that you want to use. Example values are `GitHub` or `GitLab`.
30-
+
31-
[NOTE]
32-
====
33-
If you want to generate and publish the docs when using the default build strategy, set the `techdocs.builder` field to `local` in your app-config.yaml file. If you only want to fetch the docs without generating and publishing them, set the `techdocs.builder` field to `external`.
34-
====
32+
`full` :: Specifies what information is shown on the customized metadata card. Possible values are `true` or `false`. If set to `true`, only the information specified in this configuration is shown on the card. If set to `false`, the specified information is shown on the card along with the build versions. The default value is `true`.
3533
3634
.Result
3735
The *Settings* page displays a card with a custom title and custom build information about your {product} instance.

0 commit comments

Comments
 (0)