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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ maintained for one release after a replacement is available.
52
52
53
53
# About this documentation
54
54
55
-
This documentation includes sections aimed at different audiences. To help you find what you are looking for more easily,
55
+
This documentation includes sections targeted to different audiences. To help you find what you are looking for more easily,
56
56
please consult this table of contents:
57
57
58
-
* The [Quick start guide](site/quickstart.md) explains how to just get the operator running quickly, using all the defaults, nothing special.
59
-
* The [User guide](site/user-guide.md) contains detailed information for users of the operator, including how to install and configure it,
58
+
* The [Quick start guide](site/quickstart.md) explains how to quickly get the operator running, using the defaults, nothing special.
59
+
* The [User guide](site/user-guide.md) contains detailed usage information, including how to install and configure the operator,
60
60
and how to use it to create and manage WebLogic domains.
61
-
*Our[Samples](kubernetes/samples/README.md) provide detailed example code and instructions that show you how to perform
61
+
*The[Samples](kubernetes/samples/README.md) provide detailed example code and instructions that show you how to perform
62
62
various tasks related to the operator.
63
63
* The [Developer guide](site/developer.md) provides details for people who want to understand how the operator is built, tested, and so on. Those who wish to contribute to the operator code will find useful information here. This section also includes
64
64
API documentation (Javadoc) and Swagger/OpenAPI documentation for the REST APIs.
@@ -81,7 +81,7 @@ The [User guide](site/user-guide.md) provides detailed information about all asp
81
81
82
82
# Samples
83
83
84
-
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code we provide.
84
+
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code.
85
85
86
86
# Need more help? Have a suggestion? Come and say "Hello!"
87
87
@@ -98,17 +98,17 @@ See [Recent changes](site/recent-changes.md) for changes to the operator, includ
98
98
99
99
Developers interested in this project are encouraged to read the [Developer guide](site/developer.md) to learn how to build the project, run tests, and so on. The Developer guide also provides details about the structure of the code, coding standards, and the Asynchronous Call facility used in the code to manage calls to the Kubernetes API.
100
100
101
-
Please take a look at our [wish list](https://github.com/oracle/weblogic-kubernetes-operator/wiki/Wish-list) to get an idea of the kind of features we would like to add to the operator. Maybe you will see something you would like to contribute to!
101
+
Please take a look at our [wish list](https://github.com/oracle/weblogic-kubernetes-operator/wiki/Wish-list) to get an idea of the kind of features we would like to add to the operator. Maybe you will see something to which you would like to contribute!
102
102
103
103
## API documentation
104
104
105
105
Documentation for APIs is provided here:
106
106
107
-
* The operator provides a REST API that you can use to obtain information about the configuration and to initiate scaling actions. For details about how to use the REST APIs, see [Using the operator's REST services](site/rest.md).
107
+
* The operator provides a REST API that you can use to obtain configuration information and to initiate scaling actions. For details about how to use the REST APIs, see [Using the operator's REST services](site/rest.md).
108
108
109
109
* See the [Swagger](https://oracle.github.io/weblogic-kubernetes-operator/swagger/index.html) documentation for the operator's REST interface.
110
110
111
-
*[Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
111
+
*See the [Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
0 commit comments