Skip to content

Commit 5cd96cc

Browse files
authored
literary review (#666)
1 parent 482a512 commit 5cd96cc

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,32 @@ The fastest way to experience the operator is to follow the [Quick start guide](
2222

2323
# About this documentation
2424

25-
This documentation includes sections aimed at different audiences. To help you find what you are looking for more easily,
25+
This documentation includes sections aimed at different audiences. To help you find what you are looking for more easily,
2626
please consult this table of contents:
2727

2828
* The [Quick start guide](site/quickstart.md) explains how to just get the operator running quickly, using all the defaults, nothing special.
29-
* The [User guide](site/user-guide.md) contains detailed information for users of the operator, including how to install and configure it,
29+
* The [User guide](site/user-guide.md) contains detailed information for users of the operator, including how to install and configure it,
3030
and how to use it to create and manage WebLogic domains.
31-
* Our [samples](#samples) provide detailed example code and instructions that show you how to perform
31+
* Our [samples](kubernetes/samples/README.md) provide detailed example code and instructions that show you how to perform
3232
various tasks related to the operator.
33-
* The [Developer guide](site/developer.md) provides details for people who want to understand how the operator is built, tested, and so on,
34-
and those who wish to contribute to the operator code will find useful information here. This section also includes
35-
API documentation (JavaDoc) and Swagger/OpenAPI documentation for the REST APIs.
33+
* 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
34+
API documentation (Javadoc) and Swagger/OpenAPI documentation for the REST APIs.
3635
* The [Contributing](#contributing-to-the-operator) section provides information about conribution requirements.
3736

3837

3938
# User guide
4039

4140
The [User guide](site/user-guide.md) provides detailed information about all aspects of using the operator including:
4241

43-
* installing and configuring the operator,
44-
* using the operator to create and manage WebLogic domains,
45-
* manually creating WebLogic domains to be managed by the operator,
46-
* scaling WebLogic clusters,
47-
* configuring Kubernetes load balancers,
48-
* configuring Elasticsearch and Kibana to access the operator's log files,
49-
* shutting down domains,
50-
* removing/deleting domains,
51-
* and much more!
42+
* Installing and configuring the operator.
43+
* Using the operator to create and manage WebLogic domains.
44+
* Manually creating WebLogic domains to be managed by the operator.
45+
* Scaling WebLogic clusters.
46+
* Configuring Kubernetes load balancers.
47+
* Configuring Elasticsearch and Kibana to access the operator's log files.
48+
* Shutting down domains.
49+
* Removing/deleting domains.
50+
* And much more!
5251

5352
# Samples
5453

@@ -57,8 +56,8 @@ Please refer to our [samples](kubernetes/samples/README.md) for information abou
5756
# Need more help? Have a suggestion? Come and say "Hello!"
5857

5958
We have a **public Slack channel** where you can get in touch with us to ask questions about using the operator or give us feedback
60-
or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel,
61-
please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include
59+
or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel,
60+
please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include
6261
details of how to access our Slack workspace. After you are logged in, please come to `#operator` and say, "hello!"
6362

6463
# Recent changes

0 commit comments

Comments
 (0)