Skip to content

Commit 125d1c2

Browse files
committed
more betas
1 parent 867ec53 commit 125d1c2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/vendor/licenses-reference-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Querying Entitlements with the Replicated SDK API (Beta)
1+
# Querying Entitlements with the Replicated SDK API
22

33
This topic describes how to query license entitlements at runtime using the Replicated SDK in-cluster API. The information in this topic applies to applications installed with Replicated KOTS or Helm.
44

@@ -11,7 +11,7 @@ After the Replicated SDK is initialized and running in a customer environment, y
1111
* `/api/v1/license/fields`: List all the fields in the license.
1212
* `/api/v1/license/fields/{field_name}`: List details about a specific license field, including the field name, description, type, and the value.
1313

14-
For more information about these endpoints, see [license](/reference/replicated-sdk-apis#license) in _Replicated SDK API (Beta)_.
14+
For more information about these endpoints, see [license](/reference/replicated-sdk-apis#license) in _Replicated SDK API_.
1515

1616
## Prerequisite
1717

docs/vendor/tutorial-config-package-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Create a release using the Helm chart archive. See [Step 4: Add the Chart Archiv
2626

2727
## Related Topics
2828

29-
* [About the Replicated SDK (Beta)](/vendor/replicated-sdk-overview)
29+
* [About the Replicated SDK](/vendor/replicated-sdk-overview)
3030
* [Helm Package](https://helm.sh/docs/helm/helm_package/)

docs/vendor/tutorial-kots-helm-package-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Create a release using the Helm chart archive. See [Step 4: Add the Chart Archiv
2929
## Related Topics
3030

3131
* [Packaging a Helm Chart for a Release](/vendor/helm-install-release.md)
32-
* [About the Replicated SDK (Beta)](/vendor/replicated-sdk-overview)
32+
* [About the Replicated SDK](/vendor/replicated-sdk-overview)
3333
* [Helm Package](https://helm.sh/docs/helm/helm_package/)

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ const sidebars = {
504504
},
505505
{
506506
type: 'category',
507-
label: 'Replicated SDK (Beta)',
507+
label: 'Replicated SDK',
508508
items: [
509509
'vendor/replicated-sdk-overview',
510510
'vendor/replicated-sdk-installing',

0 commit comments

Comments
 (0)