Skip to content

Commit bfecdfa

Browse files
committed
fix: known doom lint issues
1 parent 8ff684e commit bfecdfa

4 files changed

Lines changed: 457 additions & 715 deletions

File tree

docs/en/configure/clusters/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ The platform also supports connecting and managing existing Kubernetes clusters,
8888
| Hosted Control Plane (HCP) | Platform | Shared nodes (Platform) | Platform | Partial |
8989
| Connected Cluster (Cloud or CNCF) | External Provider | External Provider | Partial / External | Minimal |
9090

91-
<span id="version-compatibility"></span>
92-
93-
## Version Compatibility
91+
## Version Compatibility \{#version-compatibility}
9492

9593
When importing or connecting existing clusters, validate the Kubernetes version against the current ACP compatibility policy.
9694

docs/en/configure/storage/how_to/configuring_pvc_dr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This section outlines the configuration steps for synchronizing data from the pr
4747

4848
<Steps>
4949

50-
### Create a rsync-tls Data Mover Secret <a id="secret"></a>
50+
### Create a rsync-tls Data Mover Secret \{#secret}
5151

5252
Create the Secret on both **Primary** and **Secondary** clusters; skip this step if the Secret already exists.
5353

@@ -163,7 +163,7 @@ This section outlines the configuration steps for synchronizing data from the pr
163163
If `LoadBalancer` is specified, an externally accessible IP address will be allocated. This requires cluster support for load balancers such as those provided by the various cloud providers or MetalLB in the case of physical clusters. While this is the easiest method for allocating an accessible address in cloud environments, load balancers tend to incur additional costs and be limited in number.
164164
:::
165165

166-
### Create ReplicationSource Resource <a id="source"></a>
166+
### Create ReplicationSource Resource \{#source}
167167

168168
Create `ReplicationSource` on **Primary** cluster
169169

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"update-ac-manual": "node scripts/update-ac-manual.js"
1515
},
1616
"dependencies": {
17-
"@alauda/doom": "^2.2.0"
17+
"@alauda/doom": "^2.3.0"
1818
},
1919
"devDependencies": {
20-
"prettier": "^3.7.4",
21-
"prettier-plugin-pkg": "^0.21.2",
20+
"prettier": "^3.8.3",
21+
"prettier-plugin-pkg": "^0.22.1",
2222
"simple-git-hooks": "^2.13.1"
2323
},
2424
"simple-git-hooks": {

0 commit comments

Comments
 (0)