forked from labsyspharm/just-the-docs-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tests.yml
36 lines (33 loc) · 831 Bytes
/
_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
# Configuration addition to include regression tests
# Use jekyll option --config _config.yml,_config_dev.yml,_tests.yml
collections:
tests:
permalink: "/:collection/:path:output_ext"
output: true
test_collection_1:
permalink: "/:collection/:path/"
output: true
test_collection_2:
permalink: "/:collection/:path/"
output: true
just_the_docs:
collections:
tests:
name: Tests
nav_exclude: false
search_exclude: true
test_collection_1:
name: Test Collection 1
nav_exclude: false
search_exclude: true
test_collection_2:
name: Test Collection 2
nav_exclude: false
search_exclude: true
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "tests"
values:
layout: "default"