forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatoum.json
66 lines (66 loc) · 1.49 KB
/
atoum.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
{
"index_name": "atoum",
"start_urls": [
{
"url": "http://docs.atoum.org/(?P<language>.*?)/latest/",
"variables": {
"language": [
"en",
"fr"
]
},
"selectors_key": "documentation"
},
{
"url": "http://extensions.atoum.org/",
"selectors_key": "extensions",
"tags": "extensions"
},
{
"url": "http://atoum.org/",
"selectors_key": "website",
"tags": "website"
}
],
"scrap_start_urls": false,
"stop_urls": [],
"selectors": {
"documentation": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": "section h1",
"lvl2": "section h2",
"lvl3": "section h3",
"lvl4": "section h4",
"lvl5": "section h5",
"text": "section p, section li"
},
"extensions": {
"lvl0": {
"selector": "",
"default_value": "Extensions"
},
"lvl1": ".extension-content h1",
"lvl2": ".extension-content h2",
"lvl3": ".extension-content h3",
"lvl4": ".extension-content h4",
"lvl5": ".extension-content h5",
"text": ".extension-content p, .extension-content li"
},
"website": {
"lvl0": {
"selector": "",
"default_value": "Website"
},
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5",
"text": "article p, article li"
}
},
"nb_hits": 4387
}