forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetsymphony.json
62 lines (62 loc) · 1.23 KB
/
getsymphony.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
{
"index_name": "getsymphony",
"start_urls": [
{
"url": "http://www.getsymphony.com/learn/beginners",
"tags": [
"guides"
]
},
{
"url": "http://www.getsymphony.com/learn/users/",
"tags": [
"guides"
]
},
{
"url": "http://www.getsymphony.com/learn/developers/",
"tags": [
"guides"
]
},
{
"url": "http://www.getsymphony.com/learn/tutorials/",
"tags": [
"tutorials"
]
},
{
"url": "http://www.getsymphony.com/learn/articles/",
"tags": [
"articles"
]
},
{
"url": "http://www.getsymphony.com/learn/concepts/",
"tags": [
"concepts"
]
},
{
"url": "http://www.getsymphony.com/learn/faq/",
"tags": [
"faq"
]
}
],
"stop_urls": [
"http://www.getsymphony.com/learn/api"
],
"selectors": {
"lvl0": "#header #subnav a.current",
"lvl1": "#pagehead h2",
"lvl2": ".subsection.compound h4",
"lvl3": ".subsection.compound h5",
"text": ".subsection.compound p, .subsection.compound li"
},
"custom_settings": {
"attributeForDistinct": "hierarchy.lvl1"
},
"nb_hits": 2753,
"min_indexed_level": 2
}