forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4.0.yaml
45 lines (43 loc) · 1.3 KB
/
4.0.yaml
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
site_name: Teleport
site_url: https://goteleport.com/teleport/docs
repo_url: https://github.com/gravitational/teleport
site_description: "Teleport Documentation: Teleport Unified Access Plane enables engineers to quickly access any computing resource anywhere"
site_author: Teleport
copyright: Gravitational Inc, 2016-21
# output directory:
site_dir: ../build/docs/4.0
docs_dir: "4.0"
theme:
name: null
custom_dir: 'theme/'
markdown_extensions:
- markdown_include.include
- admonition
- def_list
- footnotes
extra_css: []
extra_javascript: []
extra:
version: 4.0
nav:
- Documentation:
- Introduction: index.md
- Quick Start Guide: quickstart.md
- Architecture: architecture.md
- User Manual: user-manual.md
- Admin Manual: admin-guide.md
- FAQ: faq.md
- Teleport Enterprise:
- Introduction: enterprise.md
- Quick Start Guide: quickstart-enterprise.md
- RBAC: ssh-rbac.md
- Single sign-on (SSO): ssh-sso.md
- Guides:
- AWS: aws-oss-guide.md
- Okta: ssh-okta.md
- Active Directory (ADFS): ssh-adfs.md
- OneLogin: ssh-one-login.md
- G Suite: ssh-gsuite.md
- OIDC: oidc.md
- Trusted Clusters: trustedclusters.md
- Kubernetes Guide: kubernetes-ssh.md