-
Notifications
You must be signed in to change notification settings - Fork 26
/
_pkgdown.yml
78 lines (74 loc) · 2 KB
/
_pkgdown.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
url: https://datacamp.github.io/testwhat/
template:
params:
bootswatch: cosmo
ganalytics: "UA-120925561-1"
docsearch:
api_key: cba84df952b7606852b92617801244e5
index_name: datacamp_testwhat
reference:
- title: Commonly used functions
contents:
- starts_with("check_")
- success_msg
- override
- disable_highlighting
- title: Checking markdown
contents:
- check_rmd
- check_header
- check_chunk
- check_option.MarkdownChunkState
- check_equal.MarkdownChunkOptionState
- check_yaml
- check_option.MarkdownYamlState
- check_equal.MarkdownYamlOptionState
- title: Internals
contents:
- build_pd
- compare
- ex
- get_num_hits
- is_equal
- run_until_fail
- setup_state
- state
- test_exercise
- tw
- testwhat_learnr
navbar:
title: ~
type: default
left:
- text: Syntax
href: articles/syntax.html
- text: Glossary
href: articles/glossary.html
- text: Guides
menu:
- text: Checking objects
href: articles/checking-objects.html
- text: Checking function calls
href: articles/checking-function-calls.html
- text: Checking output
href: articles/checking-output.html
- text: Checking control flow
href: articles/checking-control-flow.html
- text: Checking function definitions
href: articles/checking-function-definitions.html
- text: Checking through string matching
href: articles/checking-through-string-matching.html
- text: Combining sets of SCTs
href: articles/combining-sets-of-SCTs.html
- text: Checking markdown documents
href: articles/checking-markdown-documents.html
- text: Electives
href: articles/electives.html
- text: Advanced
menu:
- text: Test to Check
href: articles/test-to-check.html
- text: Extensions
href: articles/extensions.html
- text: Reference
href: reference/index.html