From 816fd552f09e37d6bc2d719554b026068ee1276b Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 18 Mar 2026 06:19:40 -0700 Subject: [PATCH] Set Homepage to single-column group layout Add maxGroupColumns: 1 so each category gets its own full-width row, with service tiles arranged side-by-side within each group. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/homepage/settings.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/argocd/manifests/homepage/settings.yaml b/argocd/manifests/homepage/settings.yaml index c03fa09..d879ddb 100644 --- a/argocd/manifests/homepage/settings.yaml +++ b/argocd/manifests/homepage/settings.yaml @@ -6,14 +6,15 @@ quicklaunch: provider: custom url: https://kagi.com/search?q= suggestionUrl: https://kagisuggest.com/api/autosuggest?q= +maxGroupColumns: 1 layout: Host Services: - style: row + style: column Home: - style: row + style: column Content: - style: row + style: column Infrastructure: - style: row + style: column Services: - style: row + style: column