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/reference/replicated-sdk-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For example, if your application includes a UI where users manage their applicat

For more information about how to get started with the Replicated SDK, see [About the Replicated SDK](/vendor/replicated-sdk-overview).

For information about how to develop against the Replicated SDK API with mock data, see [Developing Against the Replicated SDK](/vendor/replicated-sdk-developing).
For information about how to develop against the Replicated SDK API with mock data, see [Developing Against the Replicated SDK](/vendor/replicated-sdk-development).

## app

Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/licenses-reference-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can access the values in the `global.replicated.licenseFields` field from yo

Add the Replicated SDK to your application:
* For Helm-based applications, see [Install the SDK as a Subchart](/vendor/replicated-sdk-installing#install-the-sdk-as-a-subchart) in _Installing the Replicated SDK_
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Standard Manifest-Based Application](/vendor/replicated-sdk-installing#install-the-sdk-alongside-a-standard-manifest-based-application) in _Installing the Replicated SDK_
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Kubernetes Manifest-Based Application](/vendor/replicated-sdk-installing#manifest-app) in _Installing the Replicated SDK_

## Check Entitlements Before Installation or Upgrade

Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/licenses-reference-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For more information about these endpoints, see [license](/reference/replicated-

Add the Replicated SDK to your application:
* For Helm-based applications, see [Install the SDK as a Subchart](/vendor/replicated-sdk-installing#install-the-sdk-as-a-subchart) in _Installing the Replicated SDK_
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Standard Manifest-Based Application](/vendor/replicated-sdk-installing#install-the-sdk-alongside-a-standard-manifest-based-application) in _Installing the Replicated SDK_
* For applications that use standard Kubernetes manifests, see [Install the SDK Alongside a Standard Manifest-Based Application](/vendor/replicated-sdk-installing#manifest-app) in _Installing the Replicated SDK_

## Query License Entitlements at Runtime {#runtime}

Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/replicated-sdk-installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To install the SDK as a subchart:
replicated 1/1 1 1 35s
```

## Install the SDK Alongside a Kubernetes Manifest-Based Application
## Install the SDK Alongside a Kubernetes Manifest-Based Application {#manifest-app}

For applications that use Kubernetes manifest files instead of Helm charts, the SDK Helm chart can be added to a release and then installed by KOTS alongside the application.

Expand Down
Loading