Skip to content

Commit e291945

Browse files
authored
Merge branch 'master' into release/2.1
2 parents 2e32a7e + a008493 commit e291945

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ release.properties
4343
dependency-reduced-pom.xml
4444
*.ipr
4545
*.iws
46+
docs-source/docs

docs-source/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ theme = "hugo-theme-learn"
77

88
publishDir = "docs"
99

10+
# analytics
11+
googleAnalytics = "UA-129126578-2"
12+
1013
# For search functionality
1114
[outputs]
1215
home = [ "HTML", "RSS", "JSON"]
13-

docs-source/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The fastest way to experience the operator is to follow the [Quick Start guide](
1818

1919
***
2020
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.1.
21-
This release was published on TBD.
21+
This release was published on April 4, 2019.
2222
***
2323

2424
#### Operator earlier versions

docs-source/content/release-notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities | Change |
1010
| --- | --- | --- | --- |
11-
| TBD | v2.1 | no |
1211
| April 4, 2019 | v2.1 | no | Customers can add init and sidecar containers to generated pods.
1312
| March 4, 2019 | v2.0.1 | no | OpenShift support is now certified. Many bug fixes, including fixes for configuration overrides, cluster services, and domain status processing.
1413
| January 24, 2019 | v2.0 | yes; not compatible with 1.x releases, but is compatible with 2.0-rc2. | Final version numbers and documentation updates.

docs-source/themes/hugo-theme-learn/layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
{{end}}
1010
</footer>
1111

12-
12+
{{ template "_internal/google_analytics_async.html" . }}
1313
{{ partial "footer.html" . }}

docs/index.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)