Skip to content

Commit 28686d0

Browse files
committed
Fix broken links in next docs build
- calico: correct relative path (../../) and stale anchor in the maglev page's eBPF direct-server-return prerequisite link - calico-cloud: remove next-only maglev / mark-lb-node cards from the networking index (DocCardLink resolves to the released path, where these pages don't exist); still reachable via the sidebar - calico-enterprise: add slug to comms/index so the operations index card resolves to a real route
1 parent a75f5a3 commit 28686d0

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

calico-cloud/networking/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ The $[prodname] network plugins provide a range of networking options to fit you
2828
<DocCardLink docId='networking/configuring/workloads-outside-cluster' />
2929
<DocCardLink docId='networking/configuring/pod-mac-address' />
3030
<DocCardLink docId='networking/configuring/node-local-dns-cache' />
31-
<DocCardLink docId='networking/configuring/add-maglev-load-balancing' />
32-
<DocCardLink docId='networking/configuring/mark-lb-node-for-maintenance' />
3331
</DocCardLinkLayout>
3432

3533
## IP address management

calico-enterprise/operations/comms/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Provide custom TLS certificates for Calico components.
3+
slug: /operations/comms/index
34
---
45

56
# Provide TLS certificates for Calico components

calico/networking/configuring/add-maglev-load-balancing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Note Maglev load balancing cannot be used with the following:
2626

2727
## Prerequisites
2828

29-
* Your cluster uses the eBPF data plane with [direct server return mode](../../../operations/ebpf/enabling-ebpf#try-out-direct-server-return-mode).
29+
* Your cluster uses the eBPF data plane with [direct server return mode](../../operations/ebpf/enabling-ebpf.mdx#enable-direct-server-return-mode).
3030
* All your nodes are running on Linux.
3131
* You have a service with a VIP/External-IP, possibly allocated by $[prodname] [LB IPAM](../ipam/service-loadbalancer.mdx), which you are advertising outside of your cluster.
3232

0 commit comments

Comments
 (0)