Skip to content

Doc updates for 2.5.0 release #1452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Oracle is finding ways for organizations using WebLogic Server to run important
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).

***
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.4.0.
This release was published on November 15, 2019.
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.5.0.
This release was published on February 26, 2020.
***

# Documentation
Expand Down
4 changes: 2 additions & 2 deletions docs-source/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Oracle is finding ways for organizations using WebLogic Server to run important
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" >}}).

***
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.4.0.
This release was published on November 15th, 2019.
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.5.0.
This release was published on February 26th, 2020.
***

{{% notice note %}}
Expand Down
57 changes: 57 additions & 0 deletions docs/2.4.0/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en" class="js csstransforms3d">

<head>
<meta charset="utf-8"> <meta name="description" content="">

<link rel="icon" href="/weblogic-kubernetes-operator/images/favicon.png" type="image/png">

<title>404 Page not found</title>


<link href="/weblogic-kubernetes-operator/css/nucleus.css?1582730633" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/fontawesome-all.min.css?1582730633" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/hybrid.css?1582730633" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/featherlight.min.css?1582730633" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/perfect-scrollbar.min.css?1582730633" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/theme.css?1582730633" rel="stylesheet">
<link href="/weblogic-kubernetes-operator/css/hugo-theme.css?1582730633" rel="stylesheet">

<style>
:root #header + #content > #left > #rlblock_left {
display: none !important;
}

p,
li,
ul {
text-align: center
}

ul {
list-style-type: none;
}
</style>

</head>

<body class="" data-url="/">

<section id="body" style="margin-left:0px;">
<div id="overlay"></div>
<div id="chapter">
<div id="body-inner">
<h1>Error</h1>
<p>
</p>
<p>Woops. Looks like this page doesn&#39;t exist ¯\_(ツ)_/¯.</p>
<p></p>
<p><a href='/weblogic-kubernetes-operator/'>Go to homepage</a></p>
<p><img src='/weblogic-kubernetes-operator/images/gopher-404.jpg' style="width:50%" alt="Page not found!"></p>
</div>
</div>

</section>
</body>

</html>
Loading