Skip to content

Doc follow up #693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For the supported WebLogic Server and JDK versions required to run WebLogic Serv
- [The Model](site/model.md)
- [The Archive File](site/archive.md)
- [Model Use Cases](site/use_cases.md)
- [Tool Configuration](site/tool_configuration.md)
- [Tools Configuration](site/tool_configuration.md)

## Developer Guide

Expand Down
58 changes: 0 additions & 58 deletions site/admin_server.md

This file was deleted.

43 changes: 0 additions & 43 deletions site/config/custom_configuration.md

This file was deleted.

8 changes: 4 additions & 4 deletions site/config/target_env.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Target Environments

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:
- Using model tokens for some attributes in the model (see [Model Tokens](../../README.md#model-tokens))
- Using model tokens for some attributes in the model (see [Model Tokens](../model.md#model-tokens))
- Using Kubernetes secrets for credentials in the model
- Applying filters to the model (see [Model Filters](../tool_filters.md))
- Applying filters to the model (see [Model Filters](../tool_configuration.md#model-filters))
- Creating additional configuration files for the target system

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

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`.
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`.

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

#### `model_filters`

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.
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.

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

Expand Down
49 changes: 0 additions & 49 deletions site/odl_configuration.md

This file was deleted.

49 changes: 0 additions & 49 deletions site/ohs_configuration.md

This file was deleted.

48 changes: 0 additions & 48 deletions site/samples/configured_cluster.md

This file was deleted.

34 changes: 0 additions & 34 deletions site/samples/jdbc.md

This file was deleted.

Loading