Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/vendor/enterprise-portal-invite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ To delete users from the Enterprise Portal:

![Delete user button](/images/enterprise-portal-delete-user.png)

[View a larger version of this image](/images/enterprise-portal-delete.png)
[View a larger version of this image](/images/enterprise-portal-delete-user.png)
2 changes: 1 addition & 1 deletion docs/vendor/helm-native-v2-using.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ To support KOTS existing cluster or kURL installations with HelmChart v2, comple
kots.io/backup: velero
kots.io/app-slug: repl{{ LicenseFieldValue "appSlug" }}
```
For more information about the KOTS LicenseFieldValue template function, see [LicenseFieldValue](/reference/template-functions-license).
For more information about the KOTS LicenseFieldValue template function, see [LicenseFieldValue](/reference/template-functions-license-context).

For more information about the `isSnapshotSupported` and `appSlug` built-in license fields, see the [Admin Console Feature Options](/vendor/licenses-using-builtin-fields#admin-console-feature-options) table in _Built-In License Fields_.

Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/testing-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can run [`replicated cluster versions`](/reference/replicated-cli-cluster-ve

For more information about the supported cluster distributions, see [Supported Compatibility Matrix Cluster Types](testing-supported-clusters).

For more information about supported VMs, see [Supported VM Types](/vendor/testing-vm-create#supported-vm-types.)
For more information about supported VMs, see [Supported VM Types](/vendor/testing-vm-create#supported-vm-types)

## Billing and Credits

Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/testing-how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To create a cluster using the Replicated CLI:
```
Where `CLUSTER_NAME` is the name of the cluster that you created.

In the output of the command, you can see that the `STATUS` of the cluster is `assigned`. When the kubeconfig for the cluster is accessible, the cluster's status is changed to `running`. For more information about cluster statuses, see [Cluster Status](testing-about#cluster-status) in _About Compatibility Matrix._
In the output of the command, you can see that the `STATUS` of the cluster is `assigned`. When the kubeconfig for the cluster is accessible, the cluster's status is changed to `running`.

### Vendor Portal

Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/testing-vm-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Creating VMs with Compatibility Matrix has the following limitations:

- Creating VMs with Compatibility Matrix is a Beta feature.
- Installing Embedded Cluster on a VM created with Compatibility Matrix is supported for Embedded Cluster versions 1.21.0 or later.
- [GitHub Actions](/vendor/testing-how-to#replicated-github-actions) are not supported for Compatibility Matrix VMs.
- [GitHub Actions](/vendor/testing-ci-cd#replicated-github-actions) are not supported for Compatibility Matrix VMs.
- The [cluster prepare](/reference/replicated-cli-cluster-prepare) command is not supported for Compatibility Matrix VMs.

## Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/testing-vm-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Creating wildcard DNS entries for VMs is not supported. For feedback, contact Re

## Compatibility Matrix Tunnels

You can expose ports on a VM and make them accessible on the public internet. For more information about a similar feature, see [Compatibility Matrix Tunnels for Clusters](testing-ingress#compatibility-matrix-tunnels-beta).
You can expose ports on a VM and make them accessible on the public internet. For more information about a similar feature, see [Compatibility Matrix Tunnels for Clusters](testing-ingress#compatibility-matrix-tunnels).

### Create a Tunnel

Expand Down
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ const config = {
url: 'https://docs.replicated.com',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'images/favicon.png',
markdown: {
hooks: {
onBrokenMarkdownLinks: 'warn',
},
},
organizationName: 'replicatedhq', // Usually your GitHub org/user name.
projectName: 'replicated-docs', // Usually your repo name.
trailingSlash: false,
Expand Down
Loading