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
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,33 +22,32 @@ The fastest way to experience the operator is to follow the [Quick start guide](
22
22
23
23
# About this documentation
24
24
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,
26
26
please consult this table of contents:
27
27
28
28
* 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,
30
30
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
32
32
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.
36
35
* The [Contributing](#contributing-to-the-operator) section provides information about conribution requirements.
37
36
38
37
39
38
# User guide
40
39
41
40
The [User guide](site/user-guide.md) provides detailed information about all aspects of using the operator including:
42
41
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!
52
51
53
52
# Samples
54
53
@@ -57,8 +56,8 @@ Please refer to our [samples](kubernetes/samples/README.md) for information abou
57
56
# Need more help? Have a suggestion? Come and say "Hello!"
58
57
59
58
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
62
61
details of how to access our Slack workspace. After you are logged in, please come to `#operator` and say, "hello!"
0 commit comments