-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
mkdocs.yml
40 lines (40 loc) · 1.02 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
INHERIT: ./node_modules/@appium/docutils/base-mkdocs.yml
site_name: Appium Device Farm
repo_url: https://github.com/AppiumTestDistribution/appium-device-farm
repo_name: AppiumTestDistribution/appium-device-farm
site_url: https://appium-device-farm-eight.vercel.app/
edit_uri: edit/master/docs
site_description: Documentation for the Appium Device Farm plugin
docs_dir: docs
site_dir: site
theme:
logo: assets/images/appium-logo-white.png
favicon: assets/images/appium-logo.png
custom_dir: docs/overrides
features:
- navigation.tabs
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: ""
extra_css:
- assets/stylesheets/extra.css
extra:
homepage: /
version:
provider: mike
social:
- icon: fontawesome/brands/twitter
nav:
- index.md
- setup.md
- troubleshooting.md
- cloud.md
- remote-execution.md
- Reference:
- server-args.md
- capabilities.md
- reference/commands/sample.md
- reference/commands/a.md