forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparse.json
94 lines (94 loc) · 1.79 KB
/
parse.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": "parse",
"start_urls": [
{
"url": "http://docs.parseplatform.org/parse-server/guide/",
"tags": [
"parse-server"
]
},
{
"url": "http://docs.parseplatform.org/ios/guide/",
"tags": [
"ios"
]
},
{
"url": "http://docs.parseplatform.org/android/guide/",
"tags": [
"android"
]
},
{
"url": "http://docs.parseplatform.org/js/guide/",
"tags": [
"js"
]
},
{
"url": "http://docs.parseplatform.org/dotnet/guide/",
"tags": [
"dotnet"
]
},
{
"url": "http://docs.parseplatform.org/macos/guide/",
"tags": [
"macos"
]
},
{
"url": "http://docs.parseplatform.org/unity/guide/",
"tags": [
"unity"
]
},
{
"url": "http://docs.parseplatform.org/php/guide/",
"tags": [
"php"
]
},
{
"url": "http://docs.parseplatform.org/arduino/guide/",
"tags": [
"arduino"
]
},
{
"url": "http://docs.parseplatform.org/embedded_c/guide/",
"tags": [
"embedded_c"
]
},
{
"url": "http://docs.parseplatform.org/cloudcode/guide/",
"tags": [
"cloudcode"
]
},
{
"url": "http://docs.parseplatform.org/rest/guide/",
"tags": [
"rest"
]
}
],
"stop_urls": [],
"selectors_exclude": [
".h1 a",
".namespace-indent",
".package-indent"
],
"selectors": {
"lvl0": ".h1",
"lvl1": ".guide_content h1",
"lvl2": ".guide_content h2",
"lvl3": ".guide_content h3",
"lvl4": ".guide_content h4",
"lvl5": ".guide_content h5",
"text": ".guide_content p, .guide_content li"
},
"min_indexed_level": 1,
"nb_hits": 7634
}