File tree Expand file tree Collapse file tree 6 files changed +14
-24
lines changed
content/userguide/managing-operators/installation
themes/hugo-theme-learn/static/js
content/userguide/managing-operators/installation
themes/hugo-theme-learn/static/js Expand file tree Collapse file tree 6 files changed +14
-24
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ title = "WebLogic Kubernetes Operator"
88# Change the default theme to be use when building the site with Hugo
99theme = " hugo-theme-learn"
1010
11- # disable the copy to clipboard links
12- disableInlineCopyToClipBoard = true
13-
1411publishDir = " docs"
1512
1613# For search functionality
1714[outputs ]
18- home = [ " HTML" , " RSS" , " JSON" ]
15+ home = [ " HTML" , " RSS" , " JSON" ]
16+
17+ [params ]
18+ # disable the copy to clipboard links
19+ disableInlineCopyToClipBoard = true
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ For more information on specifying the registry credentials when the operator im
6161Add this repository to the Helm installation:
6262
6363``` shell
64- $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
64+ $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts --force-update
6565```
6666
6767Verify that the repository was added correctly:
@@ -74,12 +74,6 @@ NAME URL
7474weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
7575```
7676
77- Update with the latest information about charts from the chart repositories:
78-
79- ``` shell
80- $ helm repo update
81- ```
82-
8377Install the operator from the repository:
8478
8579``` shell
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jQuery(document).ready(function() {
232232 var code = $ ( this ) ,
233233 text = code . text ( ) ;
234234
235- if ( text . length > 25 ) {
235+ if ( text . length > 5 ) {
236236 if ( ! clipInit ) {
237237 var text , clip = new ClipboardJS ( '.copy-to-clipboard' , {
238238 text : function ( trigger ) {
Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ title = "WebLogic Kubernetes Operator"
88# Change the default theme to be use when building the site with Hugo
99theme = " hugo-theme-learn"
1010
11- # disable the copy to clipboard links
12- disableInlineCopyToClipBoard = true
13-
1411publishDir = " docs"
1512
1613# For search functionality
1714[outputs ]
18- home = [ " HTML" , " RSS" , " JSON" ]
15+ home = [ " HTML" , " RSS" , " JSON" ]
16+
17+ [params ]
18+ # disable the copy to clipboard links
19+ disableInlineCopyToClipBoard = true
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ For more information on specifying the registry credentials when the operator im
6161Add this repository to the Helm installation:
6262
6363``` shell
64- $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
64+ $ helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts --force-update
6565```
6666
6767Verify that the repository was added correctly:
@@ -74,12 +74,6 @@ NAME URL
7474weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts
7575```
7676
77- Update with the latest information about charts from the chart repositories:
78-
79- ``` shell
80- $ helm repo update
81- ```
82-
8377Install the operator from the repository:
8478
8579``` shell
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jQuery(document).ready(function() {
232232 var code = $ ( this ) ,
233233 text = code . text ( ) ;
234234
235- if ( text . length > 25 ) {
235+ if ( text . length > 5 ) {
236236 if ( ! clipInit ) {
237237 var text , clip = new ClipboardJS ( '.copy-to-clipboard' , {
238238 text : function ( trigger ) {
You can’t perform that action at this time.
0 commit comments