Skip to content

Commit c2bf3d4

Browse files
authored
Doc follow up (#693)
* Restored target environments link; rename Tools Configuration page * Removed configuration pages that were combined to tool_configuration.md; correct some links * Removed sample pages that were combined to use_cases.md * Changed use case to refer to standalone page that is shared with Extract Tool
1 parent 317e127 commit c2bf3d4

16 files changed

+16
-974
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For the supported WebLogic Server and JDK versions required to run WebLogic Serv
3636
- [The Model](site/model.md)
3737
- [The Archive File](site/archive.md)
3838
- [Model Use Cases](site/use_cases.md)
39-
- [Tool Configuration](site/tool_configuration.md)
39+
- [Tools Configuration](site/tool_configuration.md)
4040

4141
## Developer Guide
4242

site/admin_server.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

site/config/custom_configuration.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

site/config/target_env.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Target Environments
22

33
The [Discover Domain](../discover.md) and [Prepare Model](../prepare.md) Tools allow you to customize the model and other files produced to be compatible with a specific target environment. Options for a target environment may include:
4-
- Using model tokens for some attributes in the model (see [Model Tokens](../../README.md#model-tokens))
4+
- Using model tokens for some attributes in the model (see [Model Tokens](../model.md#model-tokens))
55
- Using Kubernetes secrets for credentials in the model
6-
- Applying filters to the model (see [Model Filters](../tool_filters.md))
6+
- Applying filters to the model (see [Model Filters](../tool_configuration.md#model-filters))
77
- Creating additional configuration files for the target system
88

99
### Specifying a Target Environment
@@ -28,7 +28,7 @@ The `<target-name>` value corresponds to the value of the `-target` argument on
2828
- [Oracle Weblogic Server Kubernetes Operator](#the-oracle-weblogic-server-kubernetes-operator-target) (named `k8s`)
2929
- [Verrazzano](#the-verrazzano-target) (named `vz`).
3030

31-
You can define a new or extended target environment with a new `target-name` in the above location, or using a [Custom Configuration](custom_configuration.md) directory, such as `$WDT_CUSTOM_CONFIG/target/<my-target-name>/target.json`.
31+
You can define a new or extended target environment with a new `target-name` in the above location, or using a [Custom Configuration](../tool_configuration.md#custom-configuration) directory, such as `$WDT_CUSTOM_CONFIG/target/<my-target-name>/target.json`.
3232

3333
Here is an example of a target environment file:
3434
```
@@ -48,7 +48,7 @@ Each of the fields in this example is optional, and can be customized.
4848

4949
#### `model_filters`
5050

51-
This field specifies the filters to be applied to the resulting model. This follows the same format and rules as the [Model Filters](../tool_filters.md) configuration. The `discover` type should always be used here.
51+
This field specifies the filters to be applied to the resulting model. This follows the same format and rules as the [Model Filters](../tool_configuration.md#model-filters) configuration. The `discover` type should always be used here.
5252

5353
The `@@TARGET_CONFIG_DIR@@` token can be used to indicate that the specified filter is in the same directory as the target configuration file.
5454

site/odl_configuration.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

site/ohs_configuration.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

site/samples/configured_cluster.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

site/samples/jdbc.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)