Skip to content

Commit 0c8a184

Browse files
committed
Correct configuration
1 parent 35d3095 commit 0c8a184

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

documentation/1.9/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# analytics
22
googleAnalytics = "UA-129126578-2"
33

4-
baseURL = "/weblogic-kubernetes-operator/"
4+
baseURL = "/weblogic-deploy-tooling/"
55
languageCode = "en-us"
6-
title = "WebLogic Kubernetes Operator"
6+
title = "WebLogic Deploy Tooling"
77

88
# Change the default theme to be use when building the site with Hugo
99
theme = "hugo-theme-learn"

documentation/1.9/runlocal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# 1313 is the hugo default port
77
port=${1:-1313}
88

9-
hugo server -b http://localhost:$port/weblogic-kubernetes-operator -D -p $port
9+
hugo server -b http://localhost:$port/weblogic-deploy-tooling -D -p $port

documentation/1.9/runpublic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# 1313 is the hugo default port
77
port=${1:-1313}
88

9-
hugo server -b http://$(hostname).$(dnsdomainname):$port/weblogic-kubernetes-operator -D --bind=$(hostname).$(dnsdomainname) -p $port
9+
hugo server -b http://$(hostname).$(dnsdomainname):$port/weblogic-deploy-tooling -D --bind=$(hostname).$(dnsdomainname) -p $port
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<a id="logo" href="{{ .Site.BaseURL }}">
22
<img src="{{ .Site.BaseURL }}/images/logo.png" height="60"><br/>
3-
Kubernetes Operator
3+
Deploy Tooling
44
</a>

0 commit comments

Comments
 (0)