forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
2.0.yaml
33 lines (31 loc) · 884 Bytes
/
2.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
site_name: Gravitational Teleport
site_url: https://gravitational.com/teleport/docs
repo_url: https://github.com/gravitational/teleport
site_description: SSH infrastructure for clusters and teams
site_author: Gravitational Inc
copyright: Gravitational Inc, 2016-17
# output directory:
site_dir: ../build/docs/2.0
docs_dir: "2.0"
theme: readthedocs
theme_dir: theme
markdown_extensions:
- markdown_include.include
- admonition
- def_list
- footnotes
extra_css: []
extra_javascript: []
extra:
version: 2.0
pages:
- Documentation:
- QuickStart Guide: quickstart.md
- Architecture: architecture.md
- User Manual: user-manual.md
- Admin Manual: admin-guide.md
- FAQ: faq.md
- Teleport Enterprise:
- Introduction: enterprise.md
- SAML Authentication: saml.md
- OIDC Authentication: oidc.md