forked from runningcode/fladle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (35 loc) · 894 Bytes
/
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
# pip install -r requirements.txt
# mkdocs serve
extra:
fladle:
current_release: '0.14.0'
next_release: '0.14.1'
flank_version: '21.01.1'
site_name: Fladle
site_url: https://runningcode.github.io/fladle/
repo_name: Fladle
repo_url: https://github.com/runningcode/fladle/
site_description: The Gradle Plugin for Firebase Test Lab and Flank
site_author: Nelson Osacky
nav:
- Home: index.md
- Quick Start: quick-start.md
- Authentication: authentication.md
- Configuration: configuration.md
- Changelog: changelog.md
- Results: results.md
- Multi Module Testing: multi-module-testing.md
- FAQ: faq.md
- Testing Snapshots: snapshots.md
- Releasing: releasing.md
theme:
name: 'material'
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
plugins:
- search
- markdownextradata: {}