Skip to content

Commit 10c7774

Browse files
ctauchenclaude
andcommitted
docs-2979: fix broken anchors across products and versions
Retarget broken anchors to their current heading, or neutralize when the target section was removed (unlink same-page links; drop the fragment on cross-page links, keeping the page link). Verified against built-page anchor ids. Covers all built versions plus next. Reduces broken anchors from 329 to 72. The remainder live in shared partials and component/generated reference anchors (e.g. #httpmatch, #selectors, API type refs) whose validity varies by including page; these need per-page handling and are left for follow-up. onBrokenAnchors stays 'warn' (DOCS-2978) until they are resolved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1b6fd09 commit 10c7774

197 files changed

Lines changed: 326 additions & 326 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/_includes/content/_rule.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ are executed in order.
1212
| ipVersion | Positive IP version match. | `4`, `6` | integer | |
1313
| source | Source match parameters. | | [EntityRule](#entityrule) | |
1414
| destination | Destination match parameters. | | [EntityRule](#entityrule) | |
15-
| http | Match HTTP request parameters. Application layer policy must be enabled to use this field. | | [HTTPMatch](#httpmatch) | |
15+
| http | Match HTTP request parameters. Application layer policy must be enabled to use this field. | | HTTPMatch | |
1616

1717
After a `Log` action, processing continues with the next rule; `Allow` and `Deny` are immediate
1818
and final and no further rules are processed.

calico-cloud/get-started/operator-checklist.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you have issues getting your cluster up and running, use this checklist.
1111
- [Check logs for fatal errors](#check-logs-for-fatal-errors)
1212
- [Check custom resources](#check-custom-resources)
1313
- [Check pod capacity](#check-pod-capacity)
14-
- [Check the web console dashboard for traffic](#check-manager-ui-dashboard-for-traffic)
14+
- [Check the web console dashboard for traffic](#check-the-web-console-dashboard-for-traffic)
1515

1616
## Check installation start errors
1717

calico-cloud/multicluster/kubeconfig.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ A cluster in the mesh can write policy rules that select pods from other cluster
275275
### Switch to multi-cluster networking
276276
The steps above assume that you are configuring both federated endpoint identity and multi-cluster networking for the first time. If you already have federated endpoint identity, and want to use multi-cluster networking, follow these steps:
277277

278-
1. Validate that all [requirements](#calico-enterprise-multi-cluster-networking) for multi-cluster networking have been met.
278+
1. Validate that all [requirements](#prerequisites-for-calico-cloud-multi-cluster-networking) for multi-cluster networking have been met.
279279
2. Update the ClusterRole in each cluster in the cluster mesh using the RBAC manifest found in [Generate credentials for cross-cluster authentication](#generate-credentials-for-cross-cluster-resource-synchronization)
280280
3. In all RemoteClusterConfigurations, set `Spec.OverlayRoutingMode` to `Enabled`.
281281
4. Verify that all RemoteClusterConfigurations are bidirectional (in both directions for each cluster pair) using these [instructions](#establish-cross-cluster-resource-synchronization).
@@ -371,7 +371,7 @@ If the Typha logs do not yield the expected result, review the warning or error-
371371
#### Troubleshoot multi-cluster networking
372372
##### Basic validation
373373
* Ensure that RemoteClusterConfiguration and federated endpoint identity are [functioning correctly](#validate-federated-endpoint-identity--multi-cluster-networking)
374-
* Verify that you have met the [prerequisites](#calico-enterprise-multi-cluster-networking) for multi-cluster networking
374+
* Verify that you have met the [prerequisites](#prerequisites-for-calico-cloud-multi-cluster-networking) for multi-cluster networking
375375
* If you had previously set up RemoteClusterConfigurations without multi-cluster networking, and are upgrading to use the feature, review the [switching considerations](#switch-to-multi-cluster-networking)
376376
* Verify that traffic between clusters is not being denied by network policy
377377

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Creating and managing policy recommendations is available only in the web consol
4444

4545
## How to
4646

47-
- [Enable policy recommendations](#enable-policy-recommendations)
47+
- Enable policy recommendations
4848
- [Activate and review policy recommendations](#activate-and-review-policy-recommendations)
4949
- [Review global settings for workloads](#review-global-settings-for-workloads)
5050
- [Update policy recommendations](#update-policy-recommendations)
@@ -63,7 +63,7 @@ The **Policy Recommendations** board is automatically displayed.
6363

6464
**Notes**:
6565

66-
- A policy recommendation is generated for every namespace in your cluster (unless namespaces are filtered out by an Admin using the [selector](../../reference/resources/policyrecommendations.mdx#namespaceSpec#selector) in the PolicyRecommendationScope resource).
66+
- A policy recommendation is generated for every namespace in your cluster (unless namespaces are filtered out by an Admin using the [selector](../../reference/resources/policyrecommendations.mdx#namespacespec) in the PolicyRecommendationScope resource).
6767
- Flow logs are continuously monitored for policy recommendations.
6868
- Recommended policies are continuously updated until you **Add to policy board** or **Dismiss policy** using the Actions menu.
6969
- Policy recommendations are created as **staged network policies** so you can safely observe the traffic before enforcing them.

calico-cloud/network-policy/staged-network-policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ spec:
178178
- For details on how to configure RBAC for staged policy resources, see [Configuring RBAC for tiered policy](policy-tiers/rbac-tiered-policies.mdx)
179179
- For details on staged policy metrics, see
180180
- [Flow logs](../observability/elastic/flow/datatypes.mdx)
181-
- [Prometheus metrics](../operations/monitor/metrics/index.mdx#content-main)
181+
- [Prometheus metrics](../operations/monitor/metrics/index.mdx)

calico-cloud/networking/configuring/bgp-to-workload.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ source traffic.
6868
## How to
6969

7070
- [Configure global BGP settings](#configure-global-bgp-settings)
71-
- [Create BGPFilter resources](#configure-bgpfilter-resources)
71+
- [Create BGPFilter resources](#create-bgpfilter-resources)
7272
- [Configure parent cluster BGP topology](#configure-parent-cluster-bgp-topology)
7373
- [Configure BGP peering with workloads](#configure-bgp-peering-with-workloads)
7474
- [Configure more than one nested cluster](#configure-more-than-one-nested-cluster)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ For a dual ToR setup, LLGR is helpful, as explained in more detail by [this blog
208208
- [Prepare YAML resources describing the layout of your cluster](#prepare-yaml-resources-describing-the-layout-of-your-cluster)
209209
- [Arrange for dual-homed nodes to run $[nodecontainer] on each boot](#arrange-for-dual-homed-nodes-to-run-cnx-node-on-each-boot)
210210
- [Configure your ToR routers and infrastructure](#configure-your-tor-routers-and-infrastructure)
211-
- [Install Kubernetes and $[prodname]](#install-kubernetes-and-calico-enterprise)
211+
- [Install Kubernetes and $[prodname]](#install-kubernetes-and-calico-cloud)
212212
- [Verify the deployment](#verify-the-deployment)
213213

214214
### Prepare YAML resources describing the layout of your cluster

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $[prodname] CNI and IPAM are required. The ability to control the egress gateway
9898
- [Disable the default BGP node-to-node mesh](#disable-the-default-bgp-node-to-node-mesh)
9999
- [Enable BGP](#enable-bgp)
100100
- [Provision an egress IP pool](#provision-an-egress-ip-pool)
101-
- [(Optional) Limit number of route advertisement](#limit-number-of-route-advertisement)
101+
- [(Optional) Limit number of route advertisement](#optional-limit-number-of-route-advertisements)
102102
- [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)

calico-cloud/observability/alerts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To turn down aggregation on flow logs, go to [FelixConfiguration](../reference/r
3434

3535
## How to
3636

37-
- [Manage alerts in the web console](#manage-alerts-in-manager-ui)
37+
- [Manage alerts in the web console](#manage-alerts-in-the-web-console)
3838
- [Manage alerts using CLI](#manage-alerts-using-cli)
3939

4040
### Manage alerts in the web console

calico-cloud/observability/elastic/l7/configure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ L7 logs require a minimum of 1 additional GB of log storage per node, per one-da
6363

6464
1. Configure L7 log aggregation, retention, and reporting.
6565

66-
For help, see [Felix Configuration documentation](../../../reference/component-resources/node/felix/configuration.mdx#calico-enterprise-specific-configuration).
66+
For help, see [Felix Configuration documentation](../../../reference/component-resources/node/felix/configuration.mdx).
6767

6868
## Configure L7 logs
6969

0 commit comments

Comments
 (0)