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

Update: Add AI Gateway tile to landing page #8123

Merged
merged 1 commit into from
Nov 18, 2024
Merged
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
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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I prefer the 3 tiles. Would a row of 4 and a row of 3 work? I tried it, and I feel like the top and bottom tile padding gets a bit weird. Maybe the text is too scrunched?


.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
Loading