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:
committed by
GitHub
parent
1f8e875357
commit
75c90d955c
@@ -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/" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user