This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
typescriptlang.json
81 lines (81 loc) · 1.85 KB
/
typescriptlang.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
{
"index_name": "typescriptlang",
"start_urls": [
{
"url": "https://www.typescriptlang.org/docs/handbook/release-notes/",
"tags": [
"release"
],
"selectors_key": "release",
"page_rank": -2
},
{
"url": "https://www.typescriptlang.org/docs/",
"page_rank": 1
}
],
"sitemap_urls": [
"https://www.typescriptlang.org/sitemap.xml"
],
"stop_urls": [
"/global-plugin/",
"declaration-files/templates/",
"release-notes/overview.html"
],
"selectors": {
"release": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Releases"
},
"lvl1": {
"selector": "[role='article'] > h2",
"global": true
},
"lvl2": ".markdown h2",
"lvl3": ".markdown h3",
"lvl4": ".markdown h4, .markdown td:first-child",
"lvl5": ".markdown h5",
"text": ".markdown p, .markdown li, .markdown td:last-child"
},
"default": {
"lvl0": {
"selector": "#sidebar > ul > li.open > button",
"global": true,
"default_value": "Documentation"
},
"lvl1": {
"selector": "[role='article'] > h2",
"global": true
},
"lvl2": ".markdown h2",
"lvl3": ".markdown h3",
"lvl4": ".markdown h4, .markdown td:first-child",
"lvl5": ".markdown h5",
"text": ".markdown p, .markdown li, .markdown td:last-child"
}
},
"scrape_start_urls": false,
"selectors_exclude": [
".markdown > p:first-child + ul li a"
],
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_@",
"attributesForFaceting": [
"language",
"tags",
"type"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"nb_hits": 4647
}