Add lazy connection page (#317)

* Add lazy connection page

* Update based on feedback

* Add note about future developments

* Fix URL

* Add to the navigation
This commit is contained in:
Zoltan Papp
2025-05-21 11:18:15 +02:00
committed by GitHub
parent 3c7b4abb20
commit ce4151c551
2 changed files with 81 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ export const docsNavigation = [
{ title: 'Add Peers', href: '/how-to/add-machines-to-your-network' },
{ title: 'Approve Peers', href: '/how-to/approve-peers' },
{ title: 'Setup Keys', href: '/how-to/register-machines-using-setup-keys' },
{ title: 'Lazy connections concept', href: '/how-to/lazy-connection'},
{
title: 'Access Infrastructure',
isOpen: true,