Skip to content

Commit 1c04dde

Browse files
committed
update xrefs in reference dir
1 parent 46d543f commit 1c04dde

7 files changed

+16
-16
lines changed

docs/reference/custom-resource-application.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ spec:
333333
## proxyRegistryDomain
334334

335335
:::important
336-
`proxyRegistryDomain` is deprecated. For information about how to use a custom domain for the Replicated proxy registry, see [Using Custom Domains](/vendor/custom-domains-using).
336+
`proxyRegistryDomain` is deprecated. For information about how to use a custom domain for the Replicated proxy registry, see [Use Custom Domains](/vendor/custom-domains-using).
337337
:::
338338

339339
<table>
@@ -354,7 +354,7 @@ spec:
354354
## replicatedRegistryDomain
355355

356356
:::important
357-
`replicatedRegistryDomain` is deprecated. For information about how to use a custom domain for the Replicated registry, see [Using Custom Domains](/vendor/custom-domains-using).
357+
`replicatedRegistryDomain` is deprecated. For information about how to use a custom domain for the Replicated registry, see [Use Custom Domains](/vendor/custom-domains-using).
358358
:::
359359

360360
<table>

docs/reference/custom-resource-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,5 @@ However, not all fields are supported for full backups. The table below lists th
157157
Some of these fields are supported for hook arrays, as described in the previous field definition table. See [Supported Fields for Full Backups with Snapshots](#fields) above.
158158
:::
159159

160-
- All resources are included in the backup by default. However, resources can be excluded by adding `velero.io/exclude-from-backup=true` to the manifest files that you want to exclude. For more information, see [Configuring Snapshots](/vendor/snapshots-configuring-backups).
160+
- All resources are included in the backup by default. However, resources can be excluded by adding `velero.io/exclude-from-backup=true` to the manifest files that you want to exclude. For more information, see [Configure Snapshots](/vendor/snapshots-configuring-backups).
161161

docs/reference/custom-resource-helmchart-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The `builder` key is required for the following use cases:
9797

9898
<BuilderAirgapIntro/>
9999

100-
For more information, see [Packaging Air Gap Bundles for Helm Charts](/vendor/helm-packaging-airgap-bundles).
100+
For more information, see [Package Air Gap Bundles for Helm Charts](/vendor/helm-packaging-airgap-bundles).
101101

102102
* To support online installations that use a local private registry, the `builder` field renders the Helm chart with all of the necessary images so that KOTS knows where to pull the images.
103103

docs/reference/embedded-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Embedded Cluster Config
22

3-
This topic is a reference for the Replicated Embedded Cluster Config custom resource. For more information about Embedded Cluster, see [Using Embedded Cluster](/vendor/embedded-overview).
3+
This topic is a reference for the Replicated Embedded Cluster Config custom resource. For more information about Embedded Cluster, see [Use Embedded Cluster](/vendor/embedded-overview).
44

55
## Overview
66

docs/reference/replicated-cli-installing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use the Replicated CLI to manage your applications with Replicated progr
1414

1515
Complete the following prerequisites before installing the Replicated CLI:
1616

17-
- Create a vendor account. See [Creating a Vendor Account](/vendor/vendor-portal-creating-account).
17+
- Create a vendor account. See [Create a Vendor Account](/vendor/vendor-portal-creating-account).
1818
- To run on Linux or Mac, install [curl](https://curl.haxx.se/).
1919
- To run through a Docker container, install [docker](https://www.docker.com).
2020

docs/reference/replicated-sdk-apis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Response:
122122

123123
### POST /app/custom-metrics
124124

125-
Send custom application metrics. For more information and examples see [Configuring Custom Metrics](/vendor/custom-metrics).
125+
Send custom application metrics. For more information and examples see [Configure Custom Metrics](/vendor/custom-metrics).
126126

127127
### PATCH /app/custom-metrics
128128

@@ -490,7 +490,7 @@ To revoke access to your application when a license expires:
490490

491491
[View a larger version of this image](/images/customer-expiration-policy.png)
492492

493-
1. Install the Replicated SDK as a standalone component in your cluster. This is called _integration mode_. Installing in integration mode allows you to develop locally against the SDK API without needing to create releases for your application in the vendor portal. See [Developing Against the SDK API](/vendor/replicated-sdk-development).
493+
1. Install the Replicated SDK as a standalone component in your cluster. This is called _integration mode_. Installing in integration mode allows you to develop locally against the SDK API without needing to create releases for your application in the vendor portal. See [Develop Against the SDK API](/vendor/replicated-sdk-development).
494494

495495
1. In your application, use the `/api/v1/license/fields/expires_at` endpoint to get the `expires_at` field that you defined in the previous step.
496496

@@ -515,4 +515,4 @@ To revoke access to your application when a license expires:
515515

516516
1. Add logic to your application to revoke access if the current date and time is more recent than the expiration date of the license.
517517

518-
1. (Recommended) Use signature verification in your application to ensure the integrity of the license field. See [Verifying License Field Signatures with the Replicated SDK API](/vendor/licenses-verify-fields-sdk-api).
518+
1. (Recommended) Use signature verification in your application to ensure the integrity of the license field. See [Verify License Field Signatures with the Replicated SDK API](/vendor/licenses-verify-fields-sdk-api).

docs/reference/template-functions-config-context.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
nodePort: repl{{ ConfigOption "myapp_load_balancer_node_port"}}
4343
annotations: repl{{ ConfigOption `myapp_load_balancer_annotations` | nindent 14 }}
4444
```
45-
For more information, see [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
45+
For more information, see [Set Helm Values with KOTS](/vendor/helm-optional-value-keys).
4646
4747
## ConfigOptionData
4848
@@ -78,7 +78,7 @@ spec:
7878
cert: repl{{ print `|`}}repl{{ ConfigOptionData `tls_certificate_file` | nindent 12 }}
7979
key: repl{{ print `|`}}repl{{ ConfigOptionData `tls_private_key_file` | nindent 12 }}
8080
```
81-
For more information, see [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
81+
For more information, see [Set Helm Values with KOTS](/vendor/helm-optional-value-keys).
8282
8383
## ConfigOptionFilename
8484
@@ -178,7 +178,7 @@ spec:
178178
postgresql:
179179
enabled: repl{{ ConfigOptionEquals `postgres_type` `embedded_postgres`}}
180180
```
181-
For more information, see [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
181+
For more information, see [Set Helm Values with KOTS](/vendor/helm-optional-value-keys).
182182
183183
## ConfigOptionNotEquals
184184
@@ -232,7 +232,7 @@ spec:
232232
repository: '{{repl HasLocalRegistry | ternary LocalRegistryNamespace "proxy/myapp/quay.io/my-org" }}/nginx'
233233
tag: v1.0.1
234234
```
235-
For more information, see [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
235+
For more information, see [Set Helm Values with KOTS](/vendor/helm-optional-value-keys).
236236

237237
## LocalRegistryNamespace
238238

@@ -263,7 +263,7 @@ spec:
263263
repository: '{{repl HasLocalRegistry | ternary LocalRegistryNamespace "proxy/myapp/quay.io/my-org" }}/nginx'
264264
tag: v1.0.1
265265
```
266-
For more information, see [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
266+
For more information, see [Set Helm Values with KOTS](/vendor/helm-optional-value-keys).
267267

268268
## LocalImageName
269269

@@ -273,7 +273,7 @@ func LocalImageName(remoteImageName string) string
273273

274274
Given a `remoteImageName`, rewrite the `remoteImageName` so that it can be pulled to local hosts.
275275

276-
A common use case for the `LocalImageName` function is to ensure that a Kubernetes Operator can determine the names of container images on Pods created at runtime. For more information, see [Referencing Images](/vendor/operator-referencing-images) in the _Packaging a Kubernetes Operator Application_ section.
276+
A common use case for the `LocalImageName` function is to ensure that a Kubernetes Operator can determine the names of container images on Pods created at runtime. For more information, see [Reference Images](/vendor/operator-referencing-images) in the _Packaging a Kubernetes Operator Application_ section.
277277

278278
`LocalImageName` rewrites the `remoteImageName` in one of the following ways, depending on if a private registry is configured and if the image must be proxied:
279279

@@ -374,4 +374,4 @@ spec:
374374
repository: '{{repl HasLocalRegistry | ternary LocalRegistryNamespace "proxy/myapp/quay.io/my-org" }}/nginx'
375375
tag: v1.0.1
376376
```
377-
For more information, see [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
377+
For more information, see [Set Helm Values with KOTS](/vendor/helm-optional-value-keys).

0 commit comments

Comments
 (0)