Skip to content

Commit

Permalink
add AI Gateway to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed Nov 6, 2024
1 parent 831c2d7 commit 3529825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/_assets/stylesheets/pages/landing-page.less
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ header.navbar {
.cards-container {
display: grid;
grid-gap: 24px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr;

.card {
align-self: stretch;
Expand Down
7 changes: 7 additions & 0 deletions app/_data/landing_page.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
features:
- title: Key features
items:
- name: AI Gateway
description: Deploy a multi-LLM AI Gateway for GenAI infrastructure to semantically route, secure, observe, accelerate, and govern AI provider use and implementation.
icon: /assets/images/icons/documentation/icn-ai.svg
links:
- text: Overview
icon: /assets/images/icons/icn-doc.svg
url: /gateway/latest/ai-gateway/
- name: Service Catalog
description: Build a comprehensive catalog of all services running in your organization, both Konnect-internal applications (like Gateway Manager and Mesh Manager) as well as external applications (like GitHub and PagerDuty).
icon: /assets/images/landing-page/card-icons/service-hub.svg
Expand Down

0 comments on commit 3529825

Please sign in to comment.