diff --git a/.github/styles/base/Dictionary.txt b/.github/styles/base/Dictionary.txt index f0b03fe6..2125a986 100644 --- a/.github/styles/base/Dictionary.txt +++ b/.github/styles/base/Dictionary.txt @@ -8,6 +8,7 @@ Amal Amberflo apiVersion Arya +Atlassian auditability Autonegotiation autoscale @@ -82,6 +83,7 @@ NAT NATs Netcat Netlify +Netrc Nginx Nginx's Node.js diff --git a/.github/styles/landing_pages/Auto-ignore.txt b/.github/styles/landing_pages/Auto-ignore.txt index 4bbb9e6d..25a1baa1 100644 --- a/.github/styles/landing_pages/Auto-ignore.txt +++ b/.github/styles/landing_pages/Auto-ignore.txt @@ -2,4 +2,6 @@ _Tip consumer_group ee github -oss \ No newline at end of file +oss +content_type +landing_page \ No newline at end of file diff --git a/app/_landing_pages/gateway.yaml b/app/_landing_pages/gateway.yaml index d961bb58..887d9ccf 100644 --- a/app/_landing_pages/gateway.yaml +++ b/app/_landing_pages/gateway.yaml @@ -1,7 +1,7 @@ metadata: title: "{{site.base_gateway}}" content_type: landing_page - description: This page is an introduction to Kong Gateway. + description: This page is an introduction to {{site.base_gateway}}. rows: - header: type: h1 diff --git a/app/_landing_pages/gateway/enterprise-vs-oss.yaml b/app/_landing_pages/gateway/enterprise-vs-oss.yaml index 9d3b5abf..43e88d74 100644 --- a/app/_landing_pages/gateway/enterprise-vs-oss.yaml +++ b/app/_landing_pages/gateway/enterprise-vs-oss.yaml @@ -1,7 +1,7 @@ metadata: title: "{{site.base_gateway}} Open Source vs Enterprise" content_type: landing_page - description: This page lists the different Kong Gateway features for each tier. + description: This page lists the different {{site.base_gateway}} features for each tier. breadcrumbs: - /gateway/ rows: diff --git a/app/_landing_pages/gateway/entities.yaml b/app/_landing_pages/gateway/entities.yaml index 2ddac3fa..4d88cdf8 100644 --- a/app/_landing_pages/gateway/entities.yaml +++ b/app/_landing_pages/gateway/entities.yaml @@ -1,7 +1,7 @@ metadata: title: Gateway Entities content_type: landing_page - description: This page lists the different entities that make up Kong Gateway. + description: This page lists the different entities that make up {{site.base_gateway}}. breadcrumbs: - /gateway/ rows: diff --git a/app/_landing_pages/gateway/rate-limiting.yaml b/app/_landing_pages/gateway/rate-limiting.yaml index 2ea7be0d..a343cc7a 100644 --- a/app/_landing_pages/gateway/rate-limiting.yaml +++ b/app/_landing_pages/gateway/rate-limiting.yaml @@ -1,7 +1,7 @@ metadata: title: Gateway Rate Limiting content_type: landing_page - description: This page is an introduction to rate limiting with Kong Gateway. + description: This page is an introduction to rate limiting with {{site.base_gateway}}. breadcrumbs: - /rate-limiting/ diff --git a/app/_landing_pages/kic/rate-limiting.yaml b/app/_landing_pages/kic/rate-limiting.yaml index 53f62e8e..1bbf5578 100644 --- a/app/_landing_pages/kic/rate-limiting.yaml +++ b/app/_landing_pages/kic/rate-limiting.yaml @@ -1,7 +1,7 @@ metadata: title: KIC Rate Limiting content_type: landing_page - description: This page is an introduction to rate limiting in with Kong Ingress Controller. + description: This page is an introduction to rate limiting in with {{site.kic_product_name}}. breadcrumbs: - /rate-limiting/ rows: diff --git a/app/_landing_pages/mesh/rate-limiting.yaml b/app/_landing_pages/mesh/rate-limiting.yaml index 474e7691..7fb6f9ae 100644 --- a/app/_landing_pages/mesh/rate-limiting.yaml +++ b/app/_landing_pages/mesh/rate-limiting.yaml @@ -1,7 +1,7 @@ metadata: title: Mesh Rate Limiting content_type: landing_page - description: This page is an introduction to rate limiting in with Kong Mesh. + description: This page is an introduction to rate limiting in with {{site.mesh_product_name}}. breadcrumbs: - /rate-limiting/ rows: diff --git a/app/insomnia/request-authentication.md b/app/insomnia/request-authentication.md index 1904a525..b829e196 100644 --- a/app/insomnia/request-authentication.md +++ b/app/insomnia/request-authentication.md @@ -27,7 +27,7 @@ breadcrumbs: Some requests require authentication to ensure that the client requests access data securely. In Insomnia, you can configure different authentication types and parameters when you send a request so that it can authenticate. -The Insomnia UI provides a simplified configuration for request authentication. It prepopulates the parameters when you select an auth type so you only have to fill in the values. +The Insomnia UI provides a simplified configuration for request authentication. It pre-populates the parameters when you select an auth type so you only have to fill in the values. ## How do I configure authentication in my requests in Insomnia?