Skip to content

Commit 1b6fd09

Browse files
ctauchenclaude
andcommitted
docs-2979: retarget anchors to current headings
Fix broken anchors where the target heading still exists under a different slug: case fixes, singular/plural, small typos, and reworded headings (verified against the built page's real heading ids). 56 links across 50 files, including next. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8ad9362 commit 1b6fd09

50 files changed

Lines changed: 56 additions & 56 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

calico-cloud/network-policy/recommendations/policy-recommendations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Creating and managing policy recommendations is available only in the web consol
5050
- [Update policy recommendations](#update-policy-recommendations)
5151
- [Private network recommendations](#private-network-recommendations)
5252
- [Troubleshoot policy recommendations](#troubleshoot-policy-recommendations)
53-
- [Disable the policy recommendations feature](#disable-the-policy-recommendations-feature)
53+
- [Disable the policy recommendations feature](#disable-policy-recommendations)
5454

5555
### Enable policy recommendations **using the web console**
5656

calico-cloud/networking/egress/egress-gateway-azure.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ $[prodname] CNI and IPAM are required. The ability to control the egress gateway
9999
- [Enable BGP](#enable-bgp)
100100
- [Provision an egress IP pool](#provision-an-egress-ip-pool)
101101
- [(Optional) Limit number of route advertisement](#limit-number-of-route-advertisement)
102-
- [Configure route reflector](#configure-route-reflector)
102+
- [Configure route reflector](#configure-route-reflectors)
103103
- [Enable egress gateway support](#enable-egress-gateway-support)
104104
- [Deploy a group of egress gateways](#deploy-a-group-of-egress-gateways)
105105
- [Configure iptables backend for egress gateways](#configure-iptables-backend-for-egress-gateways)
106106
- [Configure namespaces and pods to use egress gateways](#configure-namespaces-and-pods-to-use-egress-gateways)
107-
- [(Optional) Enable ECMP load balancing](#optionally-enable-ecmp-load-balancing)
107+
- [(Optional) Enable ECMP load balancing](#optional-enable-ecmp-load-balancing)
108108
- [Verify the feature operation](#verify-the-feature-operation)
109109
- [Control the use of egress gateways](#control-the-use-of-egress-gateways)
110110
- [Policy enforcement for flows via an egress gateway](#policy-enforcement-for-flows-via-an-egress-gateway)

calico-cloud/reference/resources/bgppeer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
| asNumber | The remote AS Number of the peer. | A valid AS Number, may be specified in dotted notation. | integer/string |
4646
| nodeSelector | Selector for the nodes that should have this peering. When this is set, the `node` field must be empty. | | [selector](#selector) |
4747
| peerSelector | Selector for the remote nodes to peer with. When this is set, the `peerIP` and `asNumber` fields must be empty. | | [selector](#selector) |
48-
| localWorkloadSelector | Selector for the local workloads that the node should peer with. When this is set, the `peerSelector` and `peerIP` fields must be empty and the `localWorkloadPeeringIPV4` and/or `localWorkloadPeeringIPV6` fields in the `BGPConfiguration` resource must be configured. It is also important to configure appropriate import/export filters when using this feature. See the [guide](../../networking/configuring/bgp-to-workload.mdx) for details. | | [selector](#selectors) | |
48+
| localWorkloadSelector | Selector for the local workloads that the node should peer with. When this is set, the `peerSelector` and `peerIP` fields must be empty and the `localWorkloadPeeringIPV4` and/or `localWorkloadPeeringIPV6` fields in the `BGPConfiguration` resource must be configured. It is also important to configure appropriate import/export filters when using this feature. See the [guide](../../networking/configuring/bgp-to-workload.mdx) for details. | | [selector](#selector) | |
4949
| keepOriginalNextHop | Maintain and forward the original next hop BGP route attribute to a specific Peer within a different AS. | | boolean |
5050
| extensions | Additional mapping of keys and values. Used for setting values in custom BGP configurations. | valid strings for both keys and values | map | |
5151
| password | [BGP password](../../networking/configuring/secure-bgp.mdx) for the peerings generated by this BGPPeer resource. | | [BGPPassword](#bgppassword) | `nil` (no password) |

calico-cloud_versioned_docs/version-22-2/network-policy/recommendations/policy-recommendations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Creating and managing policy recommendations is available only in the web consol
5050
- [Update policy recommendations](#update-policy-recommendations)
5151
- [Private network recommendations](#private-network-recommendations)
5252
- [Troubleshoot policy recommendations](#troubleshoot-policy-recommendations)
53-
- [Disable the policy recommendations feature](#disable-the-policy-recommendations-feature)
53+
- [Disable the policy recommendations feature](#disable-policy-recommendations)
5454

5555
### Enable policy recommendations **using the web console**
5656

calico-cloud_versioned_docs/version-22-2/networking/egress/egress-gateway-azure.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ $[prodname] CNI and IPAM are required. The ability to control the egress gateway
9999
- [Enable BGP](#enable-bgp)
100100
- [Provision an egress IP pool](#provision-an-egress-ip-pool)
101101
- [(Optional) Limit number of route advertisement](#limit-number-of-route-advertisement)
102-
- [Configure route reflector](#configure-route-reflector)
102+
- [Configure route reflector](#configure-route-reflectors)
103103
- [Enable egress gateway support](#enable-egress-gateway-support)
104104
- [Deploy a group of egress gateways](#deploy-a-group-of-egress-gateways)
105105
- [Configure iptables backend for egress gateways](#configure-iptables-backend-for-egress-gateways)
106106
- [Configure namespaces and pods to use egress gateways](#configure-namespaces-and-pods-to-use-egress-gateways)
107-
- [(Optional) Enable ECMP load balancing](#optionally-enable-ecmp-load-balancing)
107+
- [(Optional) Enable ECMP load balancing](#optional-enable-ecmp-load-balancing)
108108
- [Verify the feature operation](#verify-the-feature-operation)
109109
- [Control the use of egress gateways](#control-the-use-of-egress-gateways)
110110
- [Policy enforcement for flows via an egress gateway](#policy-enforcement-for-flows-via-an-egress-gateway)

calico-cloud_versioned_docs/version-22-2/observability/elastic/l7/configure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Note removed for CC
4545
## How to
4646

4747
- [Configure Felix for log data collection](#configure-felix-for-log-data-collection)
48-
- [Configure L7 logs](#configure-l7-logs)
48+
- [Configure L7 logs](#configure-l7-logs-1)
4949
- [View L7 logs in the web console](#view-l7-logs-in-manager-ui)
5050

5151
### Configure Felix for log data collection

calico-cloud_versioned_docs/version-22-2/reference/resources/bgppeer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
| asNumber | The remote AS Number of the peer. | A valid AS Number, may be specified in dotted notation. | integer/string |
4646
| nodeSelector | Selector for the nodes that should have this peering. When this is set, the `node` field must be empty. | | [selector](#selector) |
4747
| peerSelector | Selector for the remote nodes to peer with. When this is set, the `peerIP` and `asNumber` fields must be empty. | | [selector](#selector) |
48-
| localWorkloadSelector | Selector for the local workloads that the node should peer with. When this is set, the `peerSelector` and `peerIP` fields must be empty and the `localWorkloadPeeringIPV4` and/or `localWorkloadPeeringIPV6` fields in the `BGPConfiguration` resource must be configured. It is also important to configure appropriate import/export filters when using this feature. See the [guide](../../networking/configuring/bgp-to-workload.mdx) for details. | | [selector](#selectors) | |
48+
| localWorkloadSelector | Selector for the local workloads that the node should peer with. When this is set, the `peerSelector` and `peerIP` fields must be empty and the `localWorkloadPeeringIPV4` and/or `localWorkloadPeeringIPV6` fields in the `BGPConfiguration` resource must be configured. It is also important to configure appropriate import/export filters when using this feature. See the [guide](../../networking/configuring/bgp-to-workload.mdx) for details. | | [selector](#selector) | |
4949
| keepOriginalNextHop | Maintain and forward the original next hop BGP route attribute to a specific Peer within a different AS. | | boolean |
5050
| extensions | Additional mapping of keys and values. Used for setting values in custom BGP configurations. | valid strings for both keys and values | map | |
5151
| password | [BGP password](../../operations/comms/secure-bgp.mdx) for the peerings generated by this BGPPeer resource. | | [BGPPassword](#bgppassword) | `nil` (no password) |

calico-enterprise/network-policy/recommendations/policy-recommendations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Creating and managing policy recommendations is available only in the web consol
5050
- [Update policy recommendations](#update-policy-recommendations)
5151
- [Private network recommendations](#private-network-recommendations)
5252
- [Troubleshoot policy recommendations](#troubleshoot-policy-recommendations)
53-
- [Disable the policy recommendations feature](#disable-the-policy-recommendations-feature)
53+
- [Disable the policy recommendations feature](#disable-policy-recommendations)
5454

5555
### Enable policy recommendations **using the web console**
5656

calico-enterprise/networking/configuring/dual-tor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ For a dual ToR setup, LLGR is helpful, as explained in more detail by [this blog
206206
## How to
207207

208208
- [Prepare YAML resources describing the layout of your cluster](#prepare-yaml-resources-describing-the-layout-of-your-cluster)
209-
- [Arrange for dual-homed nodes to run $[nodecontainer] on each boot](#arrange-for-dual-homed-nodes-to-run-cnx-node-on-each-boot)
209+
- [Arrange for dual-homed nodes to run $[nodecontainer] on each boot](#arrange-for-dual-homed-nodes-to-run-node-on-each-boot)
210210
- [Configure your ToR routers and infrastructure](#configure-your-tor-routers-and-infrastructure)
211211
- [Install Kubernetes and $[prodname]](#install-kubernetes-and-calico-enterprise)
212212
- [Verify the deployment](#verify-the-deployment)

calico-enterprise/networking/egress/egress-gateway-azure.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ $[prodname] CNI and IPAM are required. The ability to control the egress gateway
100100
- [Enable BGP](#enable-bgp)
101101
- [Provision an egress IP pool](#provision-an-egress-ip-pool)
102102
- [(Optional) Limit number of route advertisement](#limit-number-of-route-advertisement)
103-
- [Configure route reflector](#configure-route-reflector)
103+
- [Configure route reflector](#configure-route-reflectors)
104104
- [Enable egress gateway support](#enable-egress-gateway-support)
105105
- [Deploy a group of egress gateways](#deploy-a-group-of-egress-gateways)
106106
- [Configure iptables backend for egress gateways](#configure-iptables-backend-for-egress-gateways)
107107
- [Configure namespaces and pods to use egress gateways](#configure-namespaces-and-pods-to-use-egress-gateways)
108-
- [(Optional) Enable ECMP load balancing](#optionally-enable-ecmp-load-balancing)
108+
- [(Optional) Enable ECMP load balancing](#optional-enable-ecmp-load-balancing)
109109
- [Verify the feature operation](#verify-the-feature-operation)
110110
- [Control the use of egress gateways](#control-the-use-of-egress-gateways)
111111
- [Policy enforcement for flows via an egress gateway](#policy-enforcement-for-flows-via-an-egress-gateway)

0 commit comments

Comments
 (0)