Skip to content

Commit e11414f

Browse files
authored
Docs: Bump mkdocs to v9.6.16, fix links. (#13741)
Co-authored-by: marcel2012 <[email protected]>
1 parent 1e1824b commit e11414f

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

.github/actions/mkdocs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM squidfunk/mkdocs-material:9.4.5
1+
FROM squidfunk/mkdocs-material:9.6.16
22

33
COPY action.sh /action.sh
44

docs/deploy/baremetal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ for generating redirect URLs that take into account the URL used by external cli
261261
Location: https://myapp.example.com/ #-> missing NodePort in HTTPS redirect
262262
```
263263

264-
[install-baremetal]: ./index.md#bare-metal
264+
[install-baremetal]: ./index.md#bare-metal-clusters
265265
[install-quickstart]: ./index.md#quick-start
266266
[nodeport-def]: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
267267
[nodeport-nat]: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-type-nodeport

docs/deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
100100
resources as if you had used Helm to install the controller.
101101

102102
!!! attention
103-
If you are running an old version of Kubernetes (1.18 or earlier), please read [this paragraph](#running-on-Kubernetes-versions-older-than-1.19) for specific instructions.
103+
If you are running an old version of Kubernetes (1.18 or earlier), please read [this paragraph](#running-on-kubernetes-versions-older-than-119) for specific instructions.
104104
Because of api deprecations, the default manifest may not work on your cluster.
105105
Specific manifests for supported Kubernetes versions are available within a sub-folder of each provider.
106106

docs/examples/customization/custom-errors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you do not already have an instance of the Ingress-Nginx Controller running,
4949
The `ingress-nginx` Service is of type `ClusterIP` in this example. This may vary depending on your environment.
5050
Make sure you can use the Service to reach NGINX before proceeding with the rest of this example.
5151

52-
[deploy]: ../../../deploy/
52+
[deploy]: ../../../deploy/index.md
5353

5454
## Testing error pages
5555

docs/examples/customization/jwt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ data:
4545
```
4646

4747
References:
48-
* [Custom Configuration](../custom-configuration/)
48+
* [Custom Configuration](../custom-configuration/README.md)

docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please review the [prerequisites](PREREQUISITES.md) before trying them.
55

66
The examples on these pages include the `spec.ingressClassName` field which replaces the deprecated `kubernetes.io/ingress.class: nginx` annotation. Users of ingress-nginx < 1.0.0 (Helm chart < 4.0.0) should use the [legacy documentation](https://github.com/kubernetes/ingress-nginx/tree/legacy/docs/examples).
77

8-
For more information, check out the [Migration to apiVersion networking.k8s.io/v1](../#faq-migration-to-apiversion-networkingk8siov1) guide.
8+
For more information, check out the [Migration to apiVersion networking.k8s.io/v1](../user-guide/k8s-122-migration.md) guide.
99

1010
Category | Name | Description | Complexity Level
1111
---------| ---- | ----------- | ----------------

docs/examples/rewrite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates how to use `Rewrite` annotations.
66

77
You will need to make sure your Ingress targets exactly one Ingress
88
controller by specifying the [ingress.class annotation](../../user-guide/multiple-ingress.md),
9-
and that you have an ingress controller [running](../../deploy/) in your cluster.
9+
and that you have an ingress controller [running](../../deploy/index.md) in your cluster.
1010

1111
## Deployment
1212

docs/examples/static-ip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example demonstrates how to assign a static-ip to an Ingress on through the
77
You need a [TLS cert](../PREREQUISITES.md#tls-certificates) and a [test HTTP service](../PREREQUISITES.md#test-http-service) for this example.
88
You will also need to make sure your Ingress targets exactly one Ingress
99
controller by specifying the [ingress.class annotation](../../user-guide/multiple-ingress.md),
10-
and that you have an ingress controller [running](../../deploy/) in your cluster.
10+
and that you have an ingress controller [running](../../deploy/index.md) in your cluster.
1111

1212
## Acquiring an IP
1313

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ You can learn more about using [Ingress](https://kubernetes.io/docs/concepts/ser
88

99
# Getting Started
1010

11-
See [Deployment](./deploy/) for a whirlwind tour that will get you started.
11+
See [Deployment](./deploy/index.md) for a whirlwind tour that will get you started.
1212

docs/lua_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ installations besides docker
1313

1414
## Where are the Lua Tests?
1515

16-
Lua Tests can be found in the [rootfs/etc/nginx/lua/test](../rootfs/etc/nginx/lua/test) directory
16+
Lua Tests can be found in the [rootfs/etc/nginx/lua/test](https://github.com/kubernetes/ingress-nginx/tree/main/rootfs/etc/nginx/lua/test) directory
1717

1818

1919
[1]: https://openresty.org/en/installation.html

0 commit comments

Comments
 (0)