@@ -30,7 +30,10 @@ theme:
30
30
code : Roboto Mono
31
31
features :
32
32
- navigation.tracking
33
+ - navigation.tabs
33
34
- navigation.sections
35
+ # - navigation.indexes
36
+ - navigation.top
34
37
# - toc.integrate
35
38
# - navigation.instant
36
39
@@ -85,42 +88,43 @@ markdown_extensions:
85
88
alternate_style : true
86
89
87
90
nav :
88
- - Overview :
89
- - Introduction : index.md
90
- - FAQ : /reference/faq/
91
- - Tutorials :
92
- - Automated HTTPs tunnel server : /tutorial/automated-http-server/
93
- - Manual HTTPs tunnel server : /tutorial/manual-http-server/
94
- - Manual TCP tunnel server : /tutorial/manual-tcp-server/
95
- - Dual TCP and HTTPs server : /tutorial/dual-tunnels/
91
+ - Inlets :
92
+ - Overview : index.md
93
+ - FAQ : reference/faq.md
94
+ - Tutorials :
95
+ - Automated HTTPs tunnel server : tutorial/automated-http-server.md
96
+ - Manual HTTPs tunnel server : tutorial/manual-http-server.md
97
+ - Manual TCP tunnel server : tutorial/manual-tcp-server.md
98
+ - Dual TCP and HTTPs server : tutorial/dual-tunnels.md
99
+ - GitHub Actions (ext) : https://inlets.dev/blog/2021/12/06/private-deploy-from-github-actions.html
96
100
- IP Allow list (ext) : https://inlets.dev/blog/2021/10/15/allow-lists.html
97
101
- Docker Compose (ext) : https://inlets.dev/blog/2021/09/09/compose-and-inlets.html
98
- - Community tutorials : / tutorial/community/
99
- - Tutorials for TCP tunnels :
100
- - Run Caddy on a private network : / tutorial/caddy-http-tunnel/
102
+ - Community tutorials : tutorial/community.md
103
+ - Tutorials for TCP tunnels :
104
+ - Run Caddy on a private network : tutorial/caddy-http-tunnel.md
101
105
- Local port forwarding : https://inlets.dev/blog/2021/04/13/local-port-forwarding-kubernetes.html
102
- - Tunnel SSH : / tutorial/ssh-tcp-tunnel/
103
- - Tunnel Postgresql : / tutorial/postgresql-tcp-tunnel/
104
- - Kubernetes :
105
- - Kubernetes Ingress : / tutorial/kubernetes-ingress/
106
- - Kubernetes API Server : / tutorial/kubernetes-api-server/
107
- - Istio Gateway : / tutorial/istio-gateway/
106
+ - Tunnel SSH : tutorial/ssh-tcp-tunnel.md
107
+ - Tunnel Postgresql : tutorial/postgresql-tcp-tunnel.md
108
+ - Kubernetes :
109
+ - Kubernetes Ingress : tutorial/kubernetes-ingress.md
110
+ - Kubernetes API Server : tutorial/kubernetes-api-server.md
111
+ - Istio Gateway : tutorial/istio-gateway.md
108
112
- Helm charts (ext) : https://github.com/inlets/inlets-pro/tree/master/chart
109
113
- Local port forwarding (ext) : https://inlets.dev/blog/2022/06/24/fixing-kubectl-port-forward.html
110
114
- Manage private clusters with ArgoCD (ext) : https://inlets.dev/blog/2022/08/10/managing-tunnel-servers-with-argocd.html
111
115
- Inlets Uplink :
112
- - Overview : / uplink/overview/
113
- - Become a provider : / uplink/become-a-provider/
114
- - Create a tunnel : / uplink/create-tunnels/
115
- - Manage tunnels : / uplink/manage-tunnels/
116
- - Connect to tunnels : / uplink/connect-to-tunnels/
117
- - Monitor tunnels : / uplink/monitoring-tunnels/
118
- - Ingress for tunnels : / uplink/ingress-for-tunnels/
116
+ - Overview : uplink/index.md
117
+ - Become a provider : uplink/become-a-provider.md
118
+ - Create a tunnel : uplink/create-tunnels.md
119
+ - Manage tunnels : uplink/manage-tunnels.md
120
+ - Connect to tunnels : uplink/connect-to-tunnels.md
121
+ - Monitor tunnels : uplink/monitoring-tunnels.md
122
+ - Ingress for tunnels : uplink/ingress-for-tunnels.md
119
123
- Reference :
120
- - Overview : reference.md
121
- - Inlets Operator : / reference/inlets-operator/
122
- - inletsctl : / reference/inletsctl/
123
- - Monitoring and metrics : / tutorial/monitoring-and-metrics/
124
+ - Overview : reference/index .md
125
+ - Inlets Operator : reference/inlets-operator.md
126
+ - inletsctl : reference/inletsctl.md
127
+ - Monitoring and metrics : tutorial/monitoring-and-metrics.md
124
128
125
129
extra :
126
130
analytics :
0 commit comments