forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaterial-ui.json
50 lines (50 loc) · 1.4 KB
/
material-ui.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
{
"index_name": "material-ui",
"start_urls": [
"https://material-ui-next.com/getting-started/installation/",
"https://material-ui-next.com/customization/overrides/",
"https://material-ui-next.com/style/color/",
"https://material-ui-next.com/layout/basics/",
"https://material-ui-next.com/guides/composition/",
"https://material-ui-next.com/demos/app-bar/",
"https://material-ui-next.com/api/app-bar/",
"https://material-ui-next.com/discover-more/vision/",
"https://material-ui-next.com/"
],
"stop_urls": [],
"selectors_exclude": [
".anchor-link-style"
],
"selectors": {
"lvl0": {
"selector": ".algolia-lvl0",
"global": true
},
"lvl1": {
"selector": "//*[contains(@class, 'markdown-body')]//h1",
"type": "xpath"
},
"lvl2": {
"selector": "//*[contains(@class, 'markdown-body')]//h2",
"type": "xpath"
},
"lvl3": {
"selector": "//*[contains(@class, 'markdown-body')]//h3",
"type": "xpath"
},
"lvl4": {
"selector": "//*[contains(@class, 'markdown-body')]//h4",
"type": "xpath"
},
"lvl5": {
"selector": "//*[contains(@class, 'markdown-body')]//h5",
"type": "xpath"
},
"text": {
"selector": "//*[contains(@class, 'markdown-body')]//p|//*[contains(@class, 'markdown-body')]//li",
"type": "xpath"
}
},
"min_indexed_level": 1,
"nb_hits": 1974
}