From 2a12e9afbc2e93b4b1b3301e3b14b26f95a5ffce Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Fri, 19 Jun 2026 08:11:34 +0200 Subject: [PATCH] Update docs index and nav (#2189) --- .../browser-extensions/chrome/_category_.json | 2 +- .../browser-extensions/firefox/_category_.json | 2 +- docs/src/pages/index.module.css | 9 ++++----- docs/src/pages/index.tsx | 16 +--------------- 4 files changed, 7 insertions(+), 22 deletions(-) diff --git a/docs/docs/installation/browser-extensions/chrome/_category_.json b/docs/docs/installation/browser-extensions/chrome/_category_.json index edc54c795..b26be3b93 100644 --- a/docs/docs/installation/browser-extensions/chrome/_category_.json +++ b/docs/docs/installation/browser-extensions/chrome/_category_.json @@ -1,4 +1,4 @@ { "label": "Google Chrome", - "position": 2 + "position": 1 } diff --git a/docs/docs/installation/browser-extensions/firefox/_category_.json b/docs/docs/installation/browser-extensions/firefox/_category_.json index 7951eaa7b..b0881902f 100644 --- a/docs/docs/installation/browser-extensions/firefox/_category_.json +++ b/docs/docs/installation/browser-extensions/firefox/_category_.json @@ -1,4 +1,4 @@ { "label": "Firefox", - "position": 1 + "position": 2 } diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css index 7827df61a..446bd4744 100644 --- a/docs/src/pages/index.module.css +++ b/docs/src/pages/index.module.css @@ -128,11 +128,6 @@ a.featureCard:hover { color: var(--ifm-color-content-secondary); } -.cta { - padding: 4rem 0 5rem; - text-align: center; -} - @media (max-width: 996px) { .heroTitle { font-size: 2.2rem; @@ -140,4 +135,8 @@ a.featureCard:hover { .heroSubtitle { font-size: 1.1rem; } + /* Cards stack on mobile; add a vertical gap between them. */ + .twoUpRow > div:not(:last-child) { + margin-bottom: 1.5rem; + } } diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index a187e696b..9b1d8d06f 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -174,7 +174,7 @@ function GettingStartedAndContribute() { return (
-
+
🚀 Getting Started @@ -224,20 +224,6 @@ export default function Home(): ReactNode { -
-
- Ready to get started? -

- Spin up your own AliasVault instance with Docker in minutes, then - connect the browser extension and mobile apps. -

-
- - Read the install guide - -
-
-
);