-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (49 loc) · 1.26 KB
/
mkdocs.yml
File metadata and controls
54 lines (49 loc) · 1.26 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
site_name: Teleport 文档
site_url: https://docs.tp4a.com
copyright: TP4A Team.
site_author: Apex Liu
nav:
- 首页: index.md
- 安装&升级: install.md
- 服务端配置:
- 配置文件: config.md
- Nginx配置: nginx.md
- 防火墙配置: firewall.md
- 用户手册:
- 登录: guide_login.md
- 资产管理: guide_asset.md
- 用户管理: guide_user.md
- 运维: guide_ops.md
- 审计: guide_audit.md
- 系统管理: guide_system.md
- 客户端助手: assist.md
- 开发手册:
- Windows开发环境: dev_env_win.md
- Linux开发环境: dev_env_linux.md
- 调查崩溃问题: dev_core_dump.md
- 贡献者: contributor.md
- 支持 Teleport: support.md
- FAQ:
- 安装部署问题: faq_deployment.md
- 远程连接问题: faq_remote.md
- 助手问题: faq_assist.md
theme:
name: null
custom_dir: 'themes/readthedocs'
static_templates:
- 404.html
# include_search_page: true
highlightjs: true
hljs_languages: []
markdown_extensions:
# - extra
# - tables
# - toc
- admonition
- fenced_code
# - smarty
- footnotes
- pymdownx.superfences
# - codehilite
repo_name: GitHub
repo_url: https://github.com/tp4a/teleport