From 46a55ca4a1ed47f0f406db6437f189e25a94379e Mon Sep 17 00:00:00 2001 From: amosd92 Date: Tue, 4 Aug 2026 09:17:04 +0300 Subject: [PATCH] Surface Open 360 on the docs homepage The homepage card grid had no entry point to the Open 360 section, which is now the largest and most actively maintained part of the docs. Replaces the first card (Logz.io quick start guide) with one pointing at the Open360 category index at /docs/category/open360/. The quick start guide page is unchanged and still reachable from the sidebar; it just no longer has a card on the homepage grid. Co-Authored-By: Claude Opus 5 (1M context) --- src/components/HomepageFeatures/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 7d8d670d..68cb3ad9 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -5,10 +5,10 @@ import styles from './styles.module.css'; const FeatureList = [ { - title: 'Logz.io quick start guide', - link: "/docs/user-guide/quick-start/", + title: 'Open 360 AI', + link: "/docs/category/open360/", Svg: require('@site/static/img/quick-start.svg').default, - description: <>Learn how to make the most out of the Logz.io platform., + description: <>Explore, dashboards, APM, alerts and AI in the redesigned Logz.io platform., }, { title: 'AI Agent',