forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvuejs_jp.json
55 lines (55 loc) · 1015 Bytes
/
vuejs_jp.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
{
"index_name": "vuejs_jp",
"start_urls": [
{
"url": "https://jp.vuejs.org/(?P<version>.*?)/api/",
"variables": {
"version": [
"v2"
]
},
"page_rank": 1
},
{
"url": "https://jp.vuejs.org/(?P<version>.*?)/guide/",
"variables": {
"version": [
"v2"
]
}
},
{
"url": "https://(?P<version>.*?)-jp.vuejs.org/api/",
"variables": {
"version": [
"v1"
]
},
"page_rank": 1
},
{
"url": "https://(?P<version>.*?)-jp.vuejs.org/guide/",
"variables": {
"version": [
"v1"
]
}
}
],
"selectors_exclude": [
".version-select"
],
"selectors": {
"lvl0": {
"selector": ".sidebar h2",
"global": true
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"text": ".content p"
},
"min_indexed_level": 1,
"nb_hits": 3723
}