forked from bedroesb/just-the-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config_tests.yml
97 lines (93 loc) · 1.99 KB
/
_config_tests.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Regression tests
# To include the pages in /_tests in the local build, run jekyll with the option
# --config _config.yml,_config_dev.yml,_config_tests.yml
# Define Jekyll collections
collections:
tests:
permalink: "/:collection/:path:output_ext"
output: true
test_collection_1:
permalink: "/:collection/:path:output_ext"
output: true
test_collection_2:
permalink: "/:collection/:path:output_ext"
output: true
test_collection_3:
permalink: "/:collection/:path:output_ext"
output: true
test_collection_4:
permalink: "/:collection/:path:output_ext"
output: true
test_collection_4:
permalink: "/:collection/:path:output_ext"
output: true
just_the_docs:
collections:
tests:
name: Tests
nav_exclude: false
nav_fold: true
search_exclude: true
test_collection_1:
name: Test Collection 1
nav_exclude: false
nav_fold: true
search_exclude: true
test_collection_2:
name: Test Collection 2
nav_exclude: false
nav_fold: true
search_exclude: false
test_collection_3:
name: Test Collection 3
nav_exclude: false
nav_fold: false
search_exclude: true
test_collection_4:
name: Test Collection 4
nav_exclude: true
search_exclude: false
test_collection_5:
name: Test Collection 5
nav_exclude: true
search_exclude: true
# callouts_opacity: 0.15
# callouts_level: loud
callouts:
admonition:
# title:
color: grey-lt
attention:
title: Attention
color: purple
caution:
title: Caution
color: yellow
custom:
title: Custom
color: pink
opacity: 0.3
danger:
title: Danger
color: red
error:
title: Error
color: red
highlight:
color: yellow
opacity: 0.5
hint:
title: Hint
color: grey-dk
important:
title: Important
color: green
note:
title: Note
color: blue
tip:
title: Tip
color: grey-dk
warning:
title: Warning
color: red