This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathgatsbyjs.json
120 lines (120 loc) · 2.7 KB
/
gatsbyjs.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"index_name": "gatsbyjs",
"start_urls": [
{
"url": "https://www.gatsbyjs.com/docs/",
"tags": [
"docs"
],
"page_rank": 4
},
{
"url": "https://www.gatsbyjs.com/cloud/docs/",
"selectors_key": "cloud",
"tags": [
"docs"
],
"page_rank": 3
},
{
"url": "https://www.gatsbyjs.com/tutorial/",
"selectors_key": "tutorial",
"tags": [
"tutorial"
],
"page_rank": 2
},
{
"url": "https://www.gatsbyjs.com/blog/",
"selectors_key": "blog",
"tags": [
"blog"
],
"page_rank": 1
}
],
"sitemap_urls": [
"https://www.gatsbyjs.com/sitemap.xml"
],
"stop_urls": [
"/packages/",
"/blog/tags/",
"/blog/page/"
],
"selectors": {
"default": {
"lvl0": {
"selector": "//a[@aria-current]/preceding::h3[1]",
"type": "xpath",
"global": true,
"default_value": "Documentation"
},
"lvl1": ".docSearch-content h1",
"lvl2": ".docSearch-content h2",
"lvl3": ".docSearch-content h3",
"lvl4": ".docSearch-content h4",
"lvl5": ".docSearch-content h5",
"text": ".docSearch-content p, .docSearch-content li"
},
"tutorial": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Tutorial"
},
"lvl1": {
"selector": "//a[@aria-current]",
"type": "xpath",
"global": true,
"default_value": "Unsorted"
},
"lvl2": ".docSearch-content h2",
"lvl3": ".docSearch-content h4",
"lvl4": ".docSearch-content h5",
"text": ".docSearch-content p, .docSearch-content li"
},
"blog": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Blog"
},
"lvl1": ".post h1",
"lvl2": "section.post-body h2",
"lvl3": "section.post-body h3",
"lvl4": "section.post-body h4",
"lvl5": "section.post-body h5",
"text": "section.post-body p, section.post-body li"
},
"cloud": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Cloud"
},
"lvl1": ".docSearch-content h1",
"lvl2": ".docSearch-content h2",
"lvl3": ".docSearch-content h3",
"lvl4": ".docSearch-content h4",
"lvl5": ".docSearch-content h5",
"text": ".docSearch-content p, .docSearch-content li"
}
},
"custom_settings": {
"attributesForFaceting": [
"tags",
"hierarchy.lvl0"
]
},
"selectors_exclude": [
"hr ~ div",
"#next-steps",
"#next-steps ~ p",
"h3 span",
"body style"
],
"conversation_id": [
"487785557"
],
"nb_hits": 28620
}