Skip to content

Commit 548e3ea

Browse files
committed
dev guide updates
1 parent d67a2f8 commit 548e3ea

File tree

2 files changed

+53
-98
lines changed

2 files changed

+53
-98
lines changed

site/config-overrides.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [Internal design flow](#internal-design-flow)
1313
* [Advanced situational configuration](#advanced-situational-configuration)
1414
* [References](#references)
15+
1516
---
1617
# Overview
1718

@@ -108,7 +109,7 @@ The behavior when using an unsupported override is undefined.
108109
---
109110
# Override template names and syntax
110111

111-
Overrides leverage a built-in WebLogic feature called "Configuration Overriding" which is often informally called "Situational Configuration." (See [References](#References)). Situational configuration consists of XML formatted files that closely resemble the structure of WebLogic `config.xml` and system resource module XML files. In addition, the attribute fields in these files can embed `add`, `replace`, and `delete` verbs to specify the desired override action for the field.
112+
Overrides leverage a built-in WebLogic feature called "Configuration Overriding" which is often informally called "Situational Configuration." (See [References](#references)). Situational configuration consists of XML formatted files that closely resemble the structure of WebLogic `config.xml` and system resource module XML files. In addition, the attribute fields in these files can embed `add`, `replace`, and `delete` verbs to specify the desired override action for the field.
112113

113114
## Override template names
114115

0 commit comments

Comments
 (0)