Skip to content

Commit 2ad80be

Browse files
edit home page (#1598)
* edit home page * incorporate edit
1 parent 3d615af commit 2ad80be

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

docs-source/content/_index.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ Oracle is finding ways for organizations using WebLogic Server to run important
1616

1717
The fastest way to experience the operator is to follow the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}), or you can peruse our [documentation]({{< relref "/userguide/_index.md" >}}), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples]({{< relref "/samples/_index.md" >}}).
1818

19+
{{% notice tip %}} Step through the [Tutorial](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/hands-on-lab/README.md)
20+
using the operator to deploy and run a WebLogic domain container-packaged web application on an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) cluster.
21+
{{% /notice %}}
22+
1923
***
20-
##### Current release
24+
#### Current release
2125

2226
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.5.0.
2327
This release was published on February 26, 2020. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
@@ -48,6 +52,9 @@ The planned feature changes in 3.0.0-rc1 are:
4852

4953
***
5054

55+
#### Recent changes and known issues
56+
57+
See the [Release Notes]({{< relref "release-notes.md" >}}) for recent changes to the operator and known issues.
5158

5259
#### Operator earlier versions
5360

@@ -94,17 +101,6 @@ The [User guide]({{< relref "/userguide/_index.md" >}}) provides detailed inform
94101

95102
Please refer to our [samples]({{< relref "/samples/_index.md" >}}) for information about the available sample code.
96103

97-
### Need more help? Have a suggestion? Come and say, "Hello!"
98-
99-
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
100-
or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel,
101-
please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include
102-
details of how to access our Slack workspace. After you are logged in, please come to `#operator` and say, "hello!"
103-
104-
### Recent changes and known issues
105-
106-
See the [Release Notes]({{< relref "release-notes.md" >}}) for recent changes to the operator and known issues.
107-
108104
### Developer guide
109105

110106
Developers interested in this project are encouraged to read the [Developer guide]({{< relref "/developerguide/_index.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.
@@ -121,6 +117,13 @@ Documentation for APIs:
121117

122118
* See the [Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
123119

120+
### Need more help? Have a suggestion? Come and say, "Hello!"
121+
122+
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
123+
or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel,
124+
please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include
125+
details of how to access our Slack workspace. After you are logged in, please come to `#operator` and say, "hello!"
126+
124127
### Contributing to the operator
125128

126129
Oracle welcomes contributions to this project from anyone. Contributions may be reporting an issue with the operator or submitting a pull request. Before embarking on significant development that may result in a large pull request, it is recommended that you create an issue and discuss the proposed changes with the existing developers first.

0 commit comments

Comments
 (0)