Skip to content

Commit 67c0535

Browse files
committed
Sync documentation of main branch
1 parent c6554b3 commit 67c0535

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ endif::add-copy-button-to-config-props[]
15221522

15231523
[.description]
15241524
--
1525-
If set to true then the dependency graphs are generated and available in the Dev UI.
1525+
If set to `true` then the dependency graphs are generated and available in the Dev UI. If set to `auto` then the dependency graphs are generated if there's less than 1000 beans in the application. If set to `false` the dependency graphs are not generated.
15261526

15271527

15281528
ifdef::add-copy-button-to-env-var[]
@@ -1532,8 +1532,8 @@ ifndef::add-copy-button-to-env-var[]
15321532
Environment variable: `+++QUARKUS_ARC_DEV_MODE_GENERATE_DEPENDENCY_GRAPHS+++`
15331533
endif::add-copy-button-to-env-var[]
15341534
--
1535-
|boolean
1536-
|`true`
1535+
a|`true`, `false`, `auto`
1536+
|`auto`
15371537

15381538
a|icon:lock[title=Fixed at build time] [[quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers]] [.property-path]##link:#quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers[`quarkus.arc.test.disable-application-lifecycle-observers`]##
15391539
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-arc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ endif::add-copy-button-to-config-props[]
409409

410410
[.description]
411411
--
412-
If set to true then the dependency graphs are generated and available in the Dev UI.
412+
If set to `true` then the dependency graphs are generated and available in the Dev UI. If set to `auto` then the dependency graphs are generated if there's less than 1000 beans in the application. If set to `false` the dependency graphs are not generated.
413413

414414

415415
ifdef::add-copy-button-to-env-var[]
@@ -419,8 +419,8 @@ ifndef::add-copy-button-to-env-var[]
419419
Environment variable: `+++QUARKUS_ARC_DEV_MODE_GENERATE_DEPENDENCY_GRAPHS+++`
420420
endif::add-copy-button-to-env-var[]
421421
--
422-
|boolean
423-
|`true`
422+
a|`true`, `false`, `auto`
423+
|`auto`
424424

425425
a|icon:lock[title=Fixed at build time] [[quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers]] [.property-path]##link:#quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers[`quarkus.arc.test.disable-application-lifecycle-observers`]##
426426
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-arc_quarkus.arc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ endif::add-copy-button-to-config-props[]
409409

410410
[.description]
411411
--
412-
If set to true then the dependency graphs are generated and available in the Dev UI.
412+
If set to `true` then the dependency graphs are generated and available in the Dev UI. If set to `auto` then the dependency graphs are generated if there's less than 1000 beans in the application. If set to `false` the dependency graphs are not generated.
413413

414414

415415
ifdef::add-copy-button-to-env-var[]
@@ -419,8 +419,8 @@ ifndef::add-copy-button-to-env-var[]
419419
Environment variable: `+++QUARKUS_ARC_DEV_MODE_GENERATE_DEPENDENCY_GRAPHS+++`
420420
endif::add-copy-button-to-env-var[]
421421
--
422-
|boolean
423-
|`true`
422+
a|`true`, `false`, `auto`
423+
|`auto`
424424

425425
a|icon:lock[title=Fixed at build time] [[quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers]] [.property-path]##link:#quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers[`quarkus.arc.test.disable-application-lifecycle-observers`]##
426426
ifdef::add-copy-button-to-config-props[]

_versions/main/guides/_includes/extension-status.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ifdef::extension-status[]
12
[NOTE]
23
====
34
This technology is considered {extension-status}.
@@ -21,3 +22,4 @@ endif::[]
2122

2223
For a full list of possible statuses, check our https://quarkus.io/faq/#what-are-the-extension-statuses[FAQ entry].
2324
====
25+
endif::[]

_versions/main/guides/deploying-to-openshift-docker-howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ openshift-helloworld openshift-helloworld-username-dev.apps.sandbox-m2.ll9k.p1
145145
Be aware that the route is now listening on port 80 and is no longer on port 8080.
146146
====
147147
+
148-
You can test the application demonstrated in this example with a web browser or a terminal by using `curl` and the complete URL output from `oc get routes`, that is, "\http://openshift-helloworld-username-dev.apps.sandbox-m2.ll9k.p1.openshiftapps.com".
148+
You can test the application demonstrated in this example with a web browser or a terminal by using `curl` and the complete URL output from `oc get routes`, that is, `\http://openshift-helloworld-username-dev.apps.sandbox-m2.ll9k.p1.openshiftapps.com`.
149149
+
150150
For example: `curl \http://openshift-helloworld-username-dev.apps.sandbox-m2.ll9k.p1.openshiftapps.com`.
151151

0 commit comments

Comments
 (0)