Skip to content

Commit e441a6b

Browse files
committed
Move to Hugo 0.133.0
1 parent 2d94420 commit e441a6b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/publish-latest-minor-gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build and publish site
4040
run: |
41-
curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_0.108.0_Linux-64bit.tar.gz"
41+
curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_Linux-64bit.tar.gz"
4242
tar -xf hugo.tar.gz
4343
export PATH="$PWD:$PATH"
4444
mkdir $GITHUB_WORKSPACE/WORK
@@ -50,6 +50,7 @@ jobs:
5050
latest_tag=$(git ls-remote https://github.com/oracle/weblogic-kubernetes-operator.git --h --sort origin "refs/tags/v*" | cut -f2 | grep v4.2 | tail -1 | cut -c12-)
5151
echo "Latest tag is $latest_tag..."
5252
echo $latest_tag >| $GITHUB_WORKSPACE/branch/documentation/site/layouts/shortcodes/latestVersion.html
53+
cat $GITHUB_WORKSPACE/branch/documentation/site/layouts/shortcodes/latestVersion.html
5354
echo "Building documentation for latest minor version..."
5455
hugo -s site -d "$GITHUB_WORKSPACE/WORK" -b https://oracle.github.io/weblogic-kubernetes-operator
5556
echo "Copying static files into place..."

documentation/site/content/managing-domains/accessing-the-domain/weblogic-admin-console.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following example sets up an ingress path routing rule to access a WebLogic
7575

7676
`$ export LB_PORT=$(kubectl -n traefik get service traefik-operator -o jsonpath='{.spec.ports[?(@.name=="web")].nodePort}')`
7777

78-
If you have an [FMW Infrastructure]({{< relref "/managing-fmw-domains.md" >}}) domain, then you can add an ingress path routing rule for the PathPrefix `/em` and access Fusion Middleware Control (Enterprise Manager) using the following URL:
78+
If you have an [FMW Infrastructure]({{< relref "/managing-domains/managing-fmw-domains.md" >}}) domain, then you can add an ingress path routing rule for the PathPrefix `/em` and access Fusion Middleware Control (Enterprise Manager) using the following URL:
7979

8080
```
8181
http://${HOSTNAME}:${LB_PORT}/em
@@ -152,7 +152,7 @@ The following example sets up load balancer routing for access to the WebLogic S
152152
https://${HOSTNAME}:${SSLPORT}/console
153153
```
154154

155-
If you have an [FMW Infrastructure]({{< relref "/managing-fmw-domains.md" >}}) domain, then you can add an ingress path routing rule for the PathPrefix `/em` and access Fusion Middleware Control (Enterprise Manager) using the following URL:
155+
If you have an [FMW Infrastructure]({{< relref "/managing-domains/managing-fmw-domains.md" >}}) domain, then you can add an ingress path routing rule for the PathPrefix `/em` and access Fusion Middleware Control (Enterprise Manager) using the following URL:
156156

157157
```
158158
https://${HOSTNAME}:${SSLPORT}/em
@@ -173,7 +173,7 @@ Use the following steps to configure a `NodePort` to access the WebLogic Server
173173
```
174174
The `adminserver-NodePort` is the port number of the Administration Server outside the Kubernetes cluster.
175175

176-
If you have an [FMW Infrastructure]({{< relref "/managing-fmw-domains.md" >}}) domain, then you can also access Fusion Middleware Control (Enterprise Manager) using the following URL:
176+
If you have an [FMW Infrastructure]({{< relref "/managing-domains/managing-fmw-domains.md" >}}) domain, then you can also access Fusion Middleware Control (Enterprise Manager) using the following URL:
177177

178178
```
179179
http://hostname:adminserver-NodePort/em
@@ -206,7 +206,7 @@ A Kubernetes port forward command is convenient for development use cases but is
206206

207207
* `${LOCAL_PORT}` is the local port specified on the `kubectl port-forward` command line.
208208

209-
If you have an [FMW Infrastructure]({{< relref "/managing-fmw-domains.md" >}}) domain, then you can also access Fusion Middleware Control (Enterprise Manager) using the following URL:
209+
If you have an [FMW Infrastructure]({{< relref "/managing-domains/managing-fmw-domains.md" >}}) domain, then you can also access Fusion Middleware Control (Enterprise Manager) using the following URL:
210210

211211
```
212212
http://${HOSTNAME}:${LOCAL_PORT}/em

0 commit comments

Comments
 (0)