-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
56 lines (53 loc) · 1.24 KB
/
_pkgdown.yml
File metadata and controls
56 lines (53 loc) · 1.24 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
url: https://jakubsob.github.io/muttest/
template:
bootstrap: 5
light-switch: true
bslib:
bg: '#ffffff'
fg: '#000000'
primary: '#886868'
secondary: '#F77669'
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N7MW34VJS3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N7MW34VJS3');
</script>
navbar:
type: dark
structure:
left: [reference, articles, news]
components:
articles:
text: Articles
menu:
- text: How it works
href: articles/how-it-works.html
reference:
- title: Run
contents:
- muttest
- plan
- title: Mutators
contents:
- operator
- title: Test run strategy
contents:
- default_test_strategy
- FullTestStrategy
- FileTestStrategy
- TestStrategy
- title: Project copy strategy
contents:
- default_copy_strategy
- PackageCopyStrategy
- CopyStrategy
- title: Test reporting
contents:
- default_reporter
- ProgressMutationReporter
- MutationReporter