Skip to content

Commit 3912a8b

Browse files
committed
WIP - fix vale spelling errors
1 parent 32e6c42 commit 3912a8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/_src/gateway/kong-enterprise/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Kong produces build provenance for docker container images, which can be verifie
169169

170170
## Partials
171171

172-
Kong Gateway allows you to extract Redis configuration in Plugins into a separate entity called Partials. Thanks to that multiple Plugins can be linked to a single Partial and the Partial update will be reflected in all of the linked Plugins making it easier to udpate configuration. To learn more about partials please refer to [Partials](/gateway/{{ page.release }}/kong-enterprise/partials)
172+
{{site.base_gateway}} allows you to extract Redis configuration in Plugins into a separate entity called Partials. Thanks to that multiple Plugins can be linked to a single Partial and the Partial update will be reflected in all of the linked Plugins making it easier to update configuration. To learn more about partials please refer to [Partials](/gateway/{{ page.release }}/kong-enterprise/partials)
173173

174174
{% endif_version %}
175175

app/_src/gateway/kong-enterprise/partials.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Some entities in Kong share common configuration settings that often need to be
1010

1111
Partials address this issue by allowing you to extract shared configurations into reusable entities that can be linked to multiple plugins. To ensure validation and consistency, Partials have defined types. The first two supported types are:
1212

13-
- **`redis-ce`**: Stores common Redis configurations for plugins available in Kong OSS.
14-
- **`redis-ee`**: Stores common Redis configurations for plugins available in Kong Enterprise.
13+
- **`redis-ce`**: Stores common Redis configurations for plugins available in {{site.ce_product_name}}.
14+
- **`redis-ee`**: Stores common Redis configurations for plugins available in {{site.ee_product_name}}.
1515

1616

1717
## Creating a Partial
@@ -149,7 +149,7 @@ The partials key in the response will show the linked Partials. To view the comp
149149

150150
Updates to a Partial are automatically reflected in all linked plugins. Use caution when updating Partials, as incorrect configurations (e.g., wrong Redis port) can disrupt multiple plugins.
151151

152-
## Unlinking a Plugin from a Partial
152+
## Detaching a Partial from a Plugin
153153

154154
To unlink a plugin from a Partial, update the plugin configuration and omit the partials key, as shown below:
155155

0 commit comments

Comments
 (0)