docs: refresh docs and add tunnel usage guide (#666)

Add a new tunnels page with verified, up-to-date CLI examples
Remove deprecated `--daemon` usage and clarify QR/password behavior
Add docs validation tooling and docs-source workflow for packaging and sync
This commit is contained in:
Bohdan Triapitsyn
2026-03-15 03:30:35 +02:00
committed by GitHub
parent 1f8e875357
commit 75c90d955c
14 changed files with 549 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"sections": [
{
"label": "Start here",
"items": [
{ "label": "Overview", "link": "/" },
{ "label": "Install", "link": "/install/" },
{ "label": "Quickstart", "link": "/quickstart/" },
{ "label": "Tunnels", "link": "/tunnels/" }
]
},
{
"label": "Customize",
"items": [
{ "label": "Themes", "link": "/themes/" }
]
},
{
"label": "Help",
"items": [
{ "label": "Troubleshooting", "link": "/troubleshooting/" }
]
}
]
}