Skip to content

Commit

Permalink
Update vale's styles and content after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Nov 20, 2024
1 parent e128c9d commit b0ac62a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/styles/base/Dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Amal
Amberflo
apiVersion
Arya
Atlassian
auditability
Autonegotiation
autoscale
Expand Down Expand Up @@ -82,6 +83,7 @@ NAT
NATs
Netcat
Netlify
Netrc
Nginx
Nginx's
Node.js
Expand Down
4 changes: 3 additions & 1 deletion .github/styles/landing_pages/Auto-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ _Tip
consumer_group
ee
github
oss
oss
content_type
landing_page
2 changes: 1 addition & 1 deletion app/_landing_pages/gateway.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/_landing_pages/gateway/enterprise-vs-oss.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion app/_landing_pages/gateway/entities.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion app/_landing_pages/gateway/rate-limiting.yaml
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
2 changes: 1 addition & 1 deletion app/_landing_pages/kic/rate-limiting.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion app/_landing_pages/mesh/rate-limiting.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion app/insomnia/request-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit b0ac62a

Please sign in to comment.