Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Meta changelogs #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
93 changes: 93 additions & 0 deletions app/_landing_pages/changelogs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
metadata:
title: Changelogs
breadcrumbs:
- /changelogs/
description: A list of all changelogs for all products and platforms.

rows:
- header:
type: h1
text: "Kong changelogs"
- header:
type: h2
text: Platforms
columns:
- blocks:
- type: card
config:
title: Kong Gateway Enterprise
icon: /assets/icons/gateway.svg
cta:
url: /changelogs/kong-ee/
- blocks:
- type: card
config:
title: Kong Gateway Open Source
icon: /assets/icons/gateway.svg
cta:
url: /changelogs/kong-ee/
- blocks:
- type: card
config:
title: Kong Konnect
icon: /assets/icons/gateway.svg
url: https://docs.konghq.com/hub/?category=authentication

- header:
type: h2
text: How-to Guides
columns:
- blocks:
- type: how_to_list
config:
tags:
- rate-limiting
- rate-limiting-advanced
products:
- gateway
quantity: 6
allow_empty: true

- header:
type: h2
text: "Specialized Rate Limiting Plugins"
columns:
- blocks:
- type: plugin
config:
slug: ai-rate-limiting-advanced

- type: how_to_list
config:
tags:
- ai-rate-limiting-advanced
products:
- gateway
quantity: 3
allow_empty: true

- blocks:
- type: plugin
config:
slug: graphql-rate-limiting-advanced
- type: how_to_list
config:
tags:
- graphql-rate-limiting-advanced
products:
- gateway
quantity: 3
allow_empty: true

- blocks:
- type: plugin
config:
slug: response-ratelimiting
- type: how_to_list
config:
tags:
- response-ratelimiting
products:
- gateway
quantity: 3
allow_empty: true
Loading
Loading