-
Notifications
You must be signed in to change notification settings - Fork 118
/
mkdocs.yml
65 lines (58 loc) · 2.25 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
# pip install -r requirements.txt
# mkdocs serve
extra:
fladle:
current_release: '20.09.3'
fladle_version: '0.13.0'
site_name: Flank
site_url: https://flank.github.io/flank/
repo_name: flank
repo_url: https://github.com/Flank/flank/
site_description: Flank is a massively parallel Android and iOS test runner for Firebase Test Lab.
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Vision: flank_vision.md
- Sharding: test_sharding.md
- Smart Flank: smart_flank.md
- Building & updating Flank: building_updating_flank.md
- Windows WSL: windows_wsl_guide.md
- Cucumber: cucumber_support.md
- Corellium: flank_corellium.md
- Contribution:
- Pull request: pr_titles.md
- Development:
- Environment setup: onboarding/1_environment_setup.md
- Contribution: onboarding/2_contribution.md
- Estimation: onboarding/3_estimation.md
- Buddy system: onboarding/4_buddy_system.md
- Code review: onboarding/5_code_review.md
- Test artifacts: test_artifacts.md
- Client generation: client_generation.md
- Dependencies update: dependencies_update_process.md
- Secrets: flank_secrets.md
- Releasing: release_process.md
- Binaries for Flank's iOS: binaries_used_in_flank_io_testing.md
- Architecture abstraction: architecture.md
- High-level design:
- Overview: "https://github.com/Flank/flank/tree/master/test_runner/src/main/kotlin/ftl#flank-high-level-design"
- Presentation:
- Overview: "https://github.com/Flank/flank/tree/master/test_runner/src/main/kotlin/ftl/presentation#presentation"
- CLI: "https://github.com/Flank/flank/tree/master/test_runner/src/main/kotlin/ftl/cli#cli"
- Domain: "https://github.com/Flank/flank/tree/master/test_runner/src/main/kotlin/ftl/domain#domain"
- Data: "https://github.com/Flank/flank/tree/master/test_runner/src/main/kotlin/ftl/data#data"
- Adapter: "https://github.com/Flank/flank/tree/master/test_runner/src/main/kotlin/ftl/adapter#adapter"
- Hypershard:
- iOS: hypershard_ios.md
- Android: hypershard_android.md
theme:
name: material
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
plugins:
- search