-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
54 lines (53 loc) · 1.1 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
url: https://enpiar.com/httptest2
template:
params:
ganalytics: UA-104182925-1
navbar:
title: httptest2
type: default
left:
- text: Get Started
href: articles/httptest2.html
- text: Reference
href: reference/
- text: Articles
menu:
- text: Overview
href: articles/httptest2.html
- text: Redacting Sensitive Information
href: articles/redacting.html
- text: Using with Vignettes
href: articles/vignettes.html
- text: FAQ
href: articles/faq.html
- text: News
href: news/
right:
- icon: fa-github fa-lg
href: https://github.com/nealrichardson/httptest2
- icon: fa-home fa-lg
href: https://enpiar.com
reference:
- title: Getting started
contents:
- use_httptest2
- title: Test contexts
contents:
- with_mock_api
- with_mock_dir
- without_internet
- .mockPaths
- title: Recording and redacting responses
contents:
- capture_requests
- redact
- gsub_response
- set_redactor
- title: Expectations
contents:
- expect_verb
- expect_request_header
- title: Vignettes
contents:
- start_vignette
- change_state