You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: site/config/target_env.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
## Target Environments
2
2
3
3
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))
5
5
- 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))
7
7
- Creating additional configuration files for the target system
8
8
9
9
### Specifying a Target Environment
@@ -28,7 +28,7 @@ The `<target-name>` value corresponds to the value of the `-target` argument on
28
28
-[Oracle Weblogic Server Kubernetes Operator](#the-oracle-weblogic-server-kubernetes-operator-target) (named `k8s`)
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`.
32
32
33
33
Here is an example of a target environment file:
34
34
```
@@ -48,7 +48,7 @@ Each of the fields in this example is optional, and can be customized.
48
48
49
49
#### `model_filters`
50
50
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.
52
52
53
53
The `@@TARGET_CONFIG_DIR@@` token can be used to indicate that the specified filter is in the same directory as the target configuration file.
0 commit comments