-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (60 loc) · 1.44 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: Carioca
site_description: 'A collection of testing tools for Android that include flexible reporting capabilities'
site_author: 'Rúben Sousa'
site_url: 'https://rubensousa.github.io/carioca/'
remote_branch: gh-pages
edit_uri: ""
copyright: 'Copyright © 2024 Rúben Sousa'
repo_name: 'Carioca'
repo_url: 'https://github.com/rubensousa/Carioca'
theme:
name: 'material'
language: 'en'
palette:
scheme: default
primary: 'green'
accent: 'light green'
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- content.code.copy
extra:
report:
version: '1.0.0-beta01'
junit4_rules:
version: '1.0.0-rc01'
allure_plugin:
version: '1.0.0-beta01'
hilt:
version: '1.0.0'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/Carioca'
markdown_extensions:
- admonition
- pymdownx.details
- codehilite:
guess_lang: false
- meta
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
toc_depth: "3"
plugins:
- markdownextradata: { }
- open-in-new-tab
nav:
- 'Overview': index.md
- 'Android Test Reports': test-reports-android.md
- 'Android Allure Plugin': android-allure-plugin.md
- 'Testing with Hilt': hilt.md
- 'JUnit4 Rules': junit4-rules.md
- 'Changelog': changelog.md
- 'API': api/