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';