-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (65 loc) · 2 KB
/
mkdocs.yml
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
site_name: RobotFramework-Airtest
site_url: https://kaluluosi.github.io/robotframework-airtest
site_description: "A Robot Framework library for Airtest."
repo_url: https://github.com/kaluluosi/robotframework-airtest
theme:
name: material
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- toc.follow
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.select
- content.code.annotate
plugins:
- search
nav:
- 首页: index.md
- 入门:
- quick_start/index.md
- 安装: quick_start/0_install.md
- 创建项目: quick_start/1_create_project.md
- 开发环境配置: quick_start/2_dev_env.md
- 前端接入: quick_start/3_frontend.md
- 高级:
- advance/index.md
- 基础篇: advance/basic.md
- 中级篇: advance/intermediate.md
- 高级篇: advance/advance.md
- 自动化集成:
- ci_cd/index.md
- 接口文档:
- libs/index.md
- DeviceLibrary: libs/DeviceLibrary.html
- StdPocoLibrary: libs/StdPocoLibrary.html
- UnityPocoLibrary: libs/UnityPocoLibrary.html
- 参考文档:
- references.md
- 中文文档: https://robotframework-userguide-cn.readthedocs.io/zh_CN/latest/
- 官方文档: https://robotframework.org/robotframework/
- 内置关键字文档: https://robotframework.org/robotframework/latest/libraries/BuiltIn.html
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- tables
- codehilite