Skip to content

Commit 02e8875

Browse files
second pass edits
1 parent d3d4975 commit 02e8875

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ WDT provides several single-purpose tools, all exposed as shell scripts (for bot
1717
* Provide information about the folders and attributes that are valid for sections and folders of a domain model.
1818

1919
***
20-
The [current release](https://github.com/oracle/weblogic-deploy-tooling/releases) of WebLogic Deploy Tooling is 1.9.12.
21-
22-
This release was published on April, 29, 2021.
20+
WebLogic Deploy Tooling version and release information is found [here](https://github.com/oracle/weblogic-deploy-tooling/releases).
2321
***
2422

2523
# Documentation
@@ -28,6 +26,14 @@ Documentation for WebLogic Deploy Tooling is [available here](https://oracle.git
2826

2927
This documentation includes information for users and for developers.
3028

29+
# Related projects
30+
31+
* [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/)
32+
* [WebLogic Image Tool](https://github.com/oracle/weblogic-image-tool)
33+
* [WebLogic Monitoring Exporter](https://github.com/oracle/weblogic-monitoring-exporter)
34+
* [WebLogic Logging Exporter](https://github.com/oracle/weblogic-logging-exporter)
35+
* [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console)
36+
3137
# Contributing
3238

3339
Those who wish to contribute to the WebLogic Deploy Tooling code will find useful information [here](CONTRIBUTING.md).

documentation/1.9/content/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ This documentation includes sections targeted to different audiences:
3737
* The [Samples]({{< relref "/samples/" >}}) provide informative use case scenarios.
3838
* The [Developer guide]({{< relref "/developer/" >}}) provides details for people who want to understand how WDT is built, its features mapped and implemented.
3939

40+
### Related projects
41+
42+
* [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/)
43+
* [WebLogic Image Tool](https://github.com/oracle/weblogic-image-tool)
44+
* [WebLogic Monitoring Exporter](https://github.com/oracle/weblogic-monitoring-exporter)
45+
* [WebLogic Logging Exporter](https://github.com/oracle/weblogic-logging-exporter)
46+
* [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console)
4047

4148
### Contributing
4249
Those who wish to contribute to the WebLogic Deploy Tooling code will find useful information [here](https://github.com/oracle/weblogic-deploy-tooling/blob/master/CONTRIBUTING.md).

documentation/1.9/content/reference/tool_configuration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ weight: 2
99
#### Contents
1010
- [Tool Property File](#tool-property-file)
1111
- [Model Filters](#model-filters)
12-
- [Target Environments]({{< relref "/userguide/target_env.md" >}})
13-
- [Type Definitions](#domain-type-definitions)
14-
- [Variable Injection]({{< relref "/userguide/tools/variable_injection.md" >}})
12+
- [Domain Type Definitions](#domain-type-definitions)
1513
- [Custom Configuration](#custom-configuration)
1614

1715
### Tool Property File
@@ -265,9 +263,9 @@ def filter_model(model):
265263
This is a full set of files that can be configured. You will need only to add the files you have created or extended. Details for each configuration type are found at:
266264
- [Tool Property File](#tool-property-file)
267265
- [Model Filters](#model-filters)
268-
- [Type Definitions](#domain-type-definitions) (See the [example](#example-extending-a-type-definition) below.)
266+
- [Type Definitions](#domain-type-definitions) (See the following [Extending a Type Definition](#example-extending-a-type-definition) example.)
269267
- [Variable Injection]({{< relref "/userguide/tools/variable_injection.md" >}})
270-
- [The Prepare Model Tool]({{< relref "/userguide/tools/prepare.md" >}}) (target environments)
268+
- [The Prepare Model Tool]({{< relref "/userguide/tools/prepare.md" >}}); see [Target environments]({{< relref "/userguide/target_env.md" >}}).
271269

272270
The WDT tools will look for each configuration file under `$WDT_CUSTOM_CONFIG` if specified, then under `$WLSDEPLOY_HOME/lib`.
273271

documentation/1.9/content/samples/use_cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ weight: 1
398398
#### WebLogic Users and Groups
399399
The model allows for the definition of a set of users and groups that will be loaded into the WebLogic Embedded LDAP Server (for example, `DefaultAuthenticator`). New groups can be specified and users can be added as members of the new groups or existing groups such as the `Administrators` group which is defaulted to be in the WebLogic `Admin` global role. Please see Known Limitations below for additional information on users and groups.
400400

401-
The user password can be specified with a placeholder or encrypted with the [Encrypt Tool](encrypt.md). An example `Security` section that adds an additional group `AppMonitors`, adds two new users and places the users into groups is as follows:
401+
The user password can be specified with a placeholder or encrypted with the [Encrypt Tool]({{< relref "/userguide/tools/encrypt.md" >}}). An example `Security` section that adds an additional group `AppMonitors`, adds two new users and places the users into groups is as follows:
402402

403403
```yaml
404404
topology:

0 commit comments

Comments
 (0)