-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (52 loc) · 1.44 KB
/
mkdocs.yml
File metadata and controls
56 lines (52 loc) · 1.44 KB
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
site_name: ADAFEST Docs (v1.1.0)
site_url: https://m-zakeri.github.io
repo_url: https://github.com/m-zakeri/ADAFEST
site_description: A data-driven apparatus for estimating software testability
site_author: Morteza Zakeri
copyright: © 2020-2022 ADAFEST project - Reverse engineering laboratory
theme:
name: material
palette:
- scheme: default
primary: pink
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: pink
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
logo: material/library
features:
- header.autohide
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/mortazazakeri/
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_source: true
setup_commands:
- import sys
- import os
selection:
members: True
nav:
- Home: index.md
- Metrics: metrics.md
- Benchmarks: benchmarks.md
- Datasets: datasets.md
- Modules:
- Coverageability prediction: modules/coverageability_prediction.md
- Testability prediction: modules/testability_prediction.md
- Publications: publications.md
- Related projects: related_projects.md
- Issue Tracker: 'https://github.com/m-zakeri/ADAFEST/issues'