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
/
pm2docs.json
76 lines (76 loc) · 1.51 KB
/
pm2docs.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
{
"index_name": "pm2docs",
"start_urls": [
{
"url": "https://pm2.io/docs/(?P<tool>.*?)/overview/",
"variables": {
"tool": [
"runtime",
"plus",
"enterprise"
]
}
},
{
"url": "https://pm2.io/docs/(?P<tool>.*?)/",
"variables": {
"tool": [
"runtime",
"plus",
"enterprise",
"usage"
]
}
},
{
"url": "https://pm2.keymetrics.io/docs/usage",
"extra_attributes": {
"tool": [
"usage"
]
}
}
],
"stop_urls": [],
"sitemap_urls": [
"https://pm2.io/sitemap.xml"
],
"selectors": {
"lvl0": {
"selector": "//nav//*[contains(@class,'active')][contains(@class,'nav-section-entry')]/preceding::*[contains(@class,'nav-section-title')][1]",
"global": true,
"type": "xpath",
"default_value": "Documentation"
},
"lvl1": {
"selector": "main h1",
"global": true,
"default_value": "Chapter"
},
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5",
"lvl6": "article h6",
"text": "article p, article li",
"language": {
"selector": "/html/@lang",
"type": "xpath",
"global": true
}
},
"selectors_exclude": [
"#next-steps",
"#next-steps + p"
],
"custom_settings": {
"attributesForFaceting": [
"tool",
"language"
]
},
"conversation_id": [
"541109950"
],
"nb_hits": 3223
}