From ab576ab9fd6e3d2e4c65899d349b2e9c5bb6f496 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Mon, 2 Feb 2026 11:33:38 -0700 Subject: [PATCH] Add cross-link to NanoVNA-H documentation site - Add social link in header pointing to nano-vna.l.zmesh.systems - Add "Related Documentation" section on landing page with LinkCard --- astro.config.mjs | 3 +++ src/content/docs/index.mdx | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 6914799..8be07f9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,6 +14,9 @@ export default defineConfig({ alt: 'NanoVNA-F V3', src: './src/assets/logo.svg', }, + social: [ + { icon: 'external', label: 'NanoVNA-H Docs', href: 'https://nano-vna.l.zmesh.systems' }, + ], customCss: ['./src/styles/custom.css', './src/styles/landing.css'], head: [ { diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index f5c6665..5985249 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -111,6 +111,12 @@ import frontView from '../../assets/screenshots/front-view.png'; +## Related Documentation + +Looking for the **NanoVNA-H**? The open-source NanoVNA-H covers 600 Hz to 2 GHz and has extensive firmware documentation for developers. + + +