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

fix: Update Service Catalog tile on docs home page #8046

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
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
11 changes: 4 additions & 7 deletions app/_data/landing_page.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
features:
- title: Key features
items:
- name: Service Hub
description: Build a comprehensive catalog of services to enable discovery, consumption, and management of every API across your entire architecture.
- 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).
cloudjumpercat marked this conversation as resolved.
Show resolved Hide resolved
icon: /assets/images/landing-page/card-icons/service-hub.svg
links:
- text: Overview
icon: /assets/images/icons/icn-doc.svg
url: /konnect/servicehub/
url: /konnect/service-catalog/
mheap marked this conversation as resolved.
Show resolved Hide resolved

- name: Dev Portal
description: Streamline developer onboarding with a self-service developer experience, letting developers discover, register, and consume published services.
icon: /assets/images/landing-page/card-icons/dev-portal.svg
links:
- text: Overview (cloud)
- text: Overview
icon: /assets/images/icons/icn-doc.svg
url: /konnect/dev-portal/
- text: Self-managed
icon: /assets/images/icons/icn-doc.svg
url: /gateway/latest/kong-enterprise/dev-portal/

- name: Advanced Analytics
description: View granular analytics with Konnect Advanced Analytics to monitor the health of environments and clusters. Gain deep insights into service, route, and application usage.
Expand Down
Loading