forked from tidyverse/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocsearch.json
94 lines (94 loc) · 2.02 KB
/
docsearch.json
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
{
"index_name": "tidyverse",
"start_urls": [
{
"url": "http://dplyr.tidyverse.org/index.html",
"selectors_key": "homepage",
"tags": [
"homepage"
]
},
{
"url": "http://dplyr.tidyverse.org/reference",
"selectors_key": "reference",
"tags": [
"reference"
]
},
{
"url": "http://dplyr.tidyverse.org/articles",
"selectors_key": "articles",
"tags": [
"articles"
]
}
],
"stop_urls": [
"/reference/$",
"/reference/index.html",
"/articles/$",
"/articles/index.html"
],
"sitemap_urls": [
"http://dplyr.tidyverse.org/sitemap.xml"
],
"selectors": {
"homepage": {
"lvl0": {
"selector": ".contents h1",
"default_value": "dplyr Home page"
},
"lvl1": {
"selector": ".contents h2"
},
"lvl2": {
"selector": ".contents h3",
"default_value": "Context"
},
"lvl3": ".ref-arguments td, .ref-description",
"text": ".contents p, .contents li, .contents .pre"
},
"reference": {
"lvl0": {
"selector": ".contents h1"
},
"lvl1": {
"selector": ".contents .name",
"default_value": "Argument"
},
"lvl2": {
"selector": ".ref-arguments th",
"default_value": "Description"
},
"lvl3": ".ref-arguments td, .ref-description",
"text": ".contents p, .contents li"
},
"articles": {
"lvl0": {
"selector": ".contents h1"
},
"lvl1": {
"selector": ".contents .name"
},
"lvl2": {
"selector": ".contents h2, .contents h3",
"default_value": "Context"
},
"text": ".contents p, .contents li, .tempate-article .contents .pre"
}
},
"selectors_exclude": [
".dont-index"
],
"min_indexed_level": 2,
"custom_settings": {
"separatorsToIndex": "_",
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor"
]
}
}