-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (72 loc) · 1.83 KB
/
Copy pathmkdocs.yml
File metadata and controls
79 lines (72 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site_name: Warpgate
site_author: Warp Technologies
site_description: Securely expose your internal services to the internet
site_url: https://warpgate.null.page
repo_name: warp-tech/warpgate
repo_url: https://github.com/warp-tech/warpgate
theme:
name: null
custom_dir: "theme/"
favicon: https://github.com/warp-tech/warpgate/raw/refs/heads/main/warpgate-web/public/assets/favicon.svg
features:
- navigation.expand
nav:
- Home: docs.md
- Warpgate for Business: for-business.md
- Getting started:
- Native: getting-started.md
- Docker: getting-started-on-docker.md
- Helm: getting-started-on-helm.md
- Kubernetes operator: getting-started-on-kubernetes.md
- Adding targets:
- SSH: targets/ssh.md
- HTTP: targets/http.md
- MySQL: targets/mysql.md
- PostgreSQL: targets/postgres.md
- Kubernetes: targets/kubernetes.md
- RDP: targets/rdp.md
- VNC: targets/vnc.md
- Access control:
- auth.md
- roles.md
- tickets.md
- otp.md
- sso.md
- ldap.md
- login-protection.md
- recovering-access.md
- Operations:
- newsletter.md
- reverse-proxy.md
- clustering.md
- systemd.md
- log-forwarding.md
- custom-ca.md
- Advanced topics:
- http-domain-binding.md
- sni.md
- chaining.md
- protocol-support.md
- Compare:
- warpgate-vs-teleport.md
- warpgate-vs-boundary.md
- warpgate-vs-strongdm.md
plugins:
- search
- callouts
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.highlight:
noclasses: true
use_pygments: true
pygments_lang_class: true
pygments_style: github-dark
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- toc:
permalink: §
- meta