Skip to content

Commit b7819c3

Browse files
committed
Sync documentation of main branch
1 parent de6e249 commit b7819c3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

_versions/main/guides/config-yaml.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ quarkus:
159159
port: 8082
160160
----
161161

162+
[IMPORTANT]
163+
====
164+
An `application.yaml` file must exist (even if empty) in the exact location of the profile-aware
165+
(`application-{profile}.yaml`) file to be included in the configuration to ensure a consistent order when
166+
loading the files.
167+
====
168+
162169
== Expressions
163170

164171
The YAML format also supports xref:config-reference.adoc#property-expressions[property expressions], by using the same format as Java properties:

_versions/main/guides/dev-ui.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ guide: "https://quarkus.io/guides/hibernate-orm"
163163
metadata:
164164
categories:
165165
- "data"
166-
config-filter:
166+
config:
167167
- "quarkus.hibernate-orm"
168168
----
169169

@@ -172,7 +172,7 @@ Key fields:
172172
- `name`: Displayed as the extension title in the Dev UI card.
173173
- `description`: Shown as the card's summary.
174174
- `guide`: URL to the extension's guide; used to render the guide icon on the card.
175-
- `metadata.config-filter`: Filters configuration keys shown when clicking "Configuration" on the card.
175+
- `metadata.config`: Filters configuration keys shown when clicking "Configuration" on the card.
176176

177177
=== Adding Pages to the Dev UI
178178

0 commit comments

Comments
 (0)