Skip to content

Commit c79d26e

Browse files
Tom Barnesrjeberhard
authored andcommitted
Fix broken hugo doc relrefs using a link formatting workaround: .../foo.md#bar --> .../foo/_index.md#bar
1 parent 838b09f commit c79d26e

File tree

1 file changed

+3
-3
lines changed
  • docs-source/content/userguide/managing-domains/configoverrides

1 file changed

+3
-3
lines changed

docs-source/content/userguide/managing-domains/configoverrides/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For a detailed walk-through of these steps, see the [Step-by-step guide](#step-b
5858
* Introspection automatically occurs when:
5959
1. The operator is starting a WebLogic Server instance when there are currently no other servers running. This occurs when the operator first starts servers for a domain or when starting servers following a full domain shutdown.
6060
2. For Model in Image, the operator determines that at least one WebLogic Server instance that is currently running must be shut down and restarted. This could be a rolling of one or more clusters, the shut down and restart of one or more WebLogic Server instances, or a combination.
61-
* You can [initiate introspection]({{< relref "/userguide/managing-domains/domain-lifecycle/introspection.md#initiating-introspection" >}}) by changing the value of the Domain `introspectVersion` field.
61+
* You can [initiate introspection]({{< relref "/userguide/managing-domains/domain-lifecycle/introspection/_index.md#initiating-introspection" >}}) by changing the value of the Domain `introspectVersion` field.
6262
* For configuration overrides and during introspection, the operator will:
6363
* Resolve any macros in your override templates.
6464
* Place expanded override templates in the `optconfig` directory located in each WebLogic domain home directory.
@@ -130,9 +130,9 @@ The behavior when using an unsupported override is undefined.
130130

131131
### Overrides distribution
132132

133-
The operator generates the final configuration overrides, combining customer-provided configuration overrides and operator-generated overrides, during the operator's introspection phase. These overrides are then used when starting or restarting WebLogic Server instances. Starting with operator version 3.0.0, these [overrides can also be distributed]({{< relref "/userguide/managing-domains/domain-lifecycle/introspection.md#distributing-changes-to-configuration-overrides" >}}) and applied to already running WebLogic Server instances.
133+
The operator generates the final configuration overrides, combining customer-provided configuration overrides and operator-generated overrides, during the operator's introspection phase. These overrides are then used when starting or restarting WebLogic Server instances. Starting with operator version 3.0.0, these [overrides can also be distributed]({{< relref "/userguide/managing-domains/domain-lifecycle/introspection/_index.md#distributing-changes-to-configuration-overrides" >}}) and applied to already running WebLogic Server instances.
134134

135-
For [Domain in PV]({{< relref "/userguide/managing-domains/domain-lifecycle/restarting.md#domain-in-pv" >}}), the ability to change WebLogic domain configuration using traditional management transactions involving the Administration Console or WLST can be combined with the ability to initiate a repeat introspection and distribute updated configuration overrides. This combination supports use cases such as defining a new WebLogic cluster and then immediately starting Managed Server cluster members.
135+
For [Domain in PV]({{< relref "/userguide/managing-domains/domain-lifecycle/restarting/_index.md#domain-in-pv" >}}), the ability to change WebLogic domain configuration using traditional management transactions involving the Administration Console or WLST can be combined with the ability to initiate a repeat introspection and distribute updated configuration overrides. This combination supports use cases such as defining a new WebLogic cluster and then immediately starting Managed Server cluster members.
136136

137137
---
138138
### Override template names and syntax

0 commit comments

Comments
 (0)