teleport/docs/3.2.yaml
Ev Kontsevoy 7412d310f0
SEO changes in Documentation (#4215)
* SEO changes in Documentation
* All documentation pages have dedicated <title> tag
* All documentation pages have dedicated <meta description> tag
* Fixed a few broken links
* Fixed missing <H1> tags
* Renamed some pages to make SEO-friendly URLs
* Found and updated all links to the renamed pages
* Compress PNGs

Co-authored-by: Ben Arent <ben@gravitational.com>
2020-08-17 09:42:18 -07:00

44 lines
1.2 KiB
YAML

site_name: Gravitational Teleport
site_url: https://gravitational.com/teleport/docs
repo_url: https://github.com/gravitational/teleport
site_description: "Teleport Documentation: Remote Access via SSH and Kubernetes"
site_author: Gravitational Inc
copyright: Gravitational Inc, 2016-19
# output directory:
site_dir: ../build/docs/3.2
docs_dir: "3.2"
theme:
name: null
custom_dir: 'theme/'
markdown_extensions:
- markdown_include.include
- admonition
- def_list
- footnotes
extra_css: []
extra_javascript: []
extra:
version: 3.2
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:
- Okta: ssh_okta.md
- Active Directory (ADFS): ssh_adfs.md
- One Login: ssh_one_login.md
- OIDC: oidc.md
- Trusted Clusters: trustedclusters.md
- Kubernetes Guide: kubernetes_ssh.md