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
This commit is contained in:
Ryan Malloy 2026-02-02 11:33:38 -07:00
parent a0394b0c56
commit ab576ab9fd
2 changed files with 9 additions and 0 deletions

View file

@ -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: [
{