generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
66 lines (66 loc) · 1.97 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
site_name: Qmate Service
site_author: I503232
nav:
- About: index.md
- ☰ Reuse API: doc.md
- Getting Started:
- Setup: sections/gettingStarted/setup.md
- Config: sections/gettingStarted/config.md
- Spec: sections/gettingStarted/spec.md
- Execution: sections/gettingStarted/execution.md
- Features:
- Config: sections/features/config.md
- Selectors: sections/features/selectors.md
- Best Practices:
- Selectors: sections/bestPractices/selectors.md
- Authentication: sections/bestPractices/authentication.md
- Data Handling: sections/bestPractices/dataHandling.md
- Support:
- Issues & Feature Requests: sections/support/bugReporting.md
- Troubleshooting: sections/support/troubleshooting.md
- Known Issues & Limitations: sections/support/knownIssuesAndLimitations.md
- Contact: sections/contact.md
theme:
name: 'material'
features:
- content.code.annotate
- content.tabs.link
- navigation.top
palette:
- scheme: qmate-light
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- style/custom.css
markdown_extensions:
- attr_list
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- codehilite:
guess_lang: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
docs_dir: docs
site_dir: docs-gen
repo_url: https://github.com/SAP/wdio-qmate-service
site_url: https://sap.github.io/wdio-qmate-service
edit_uri: edit/main/documentation/
copyright: © Copyright 2022, SAP SE & Qmate Service Contributors