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
/
Copy pathskywalking.json
66 lines (66 loc) · 1.53 KB
/
skywalking.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": "skywalking",
"start_urls": [
{
"url": "https://skywalking.apache.org/docs/main/(?P<version>.*?)/",
"selectors_key": "doc",
"variables": {
"version": [
"latest",
"v8.7.0",
"v8.6.0",
"v8.5.0",
"v8.4.0",
"v8.3.0",
"v8.2.0"
]
}
},
{
"url": "https://skywalking.apache.org/docs/skywalking-java/(?P<version>.*?)/",
"selectors_key": "doc",
"variables": {
"version": ["latest"]
}
},
{
"url": "https://skywalking.apache.org/docs/skywalking-satellite/(?P<version>.*?)/",
"selectors_key": "doc",
"variables": {
"version": ["latest", "v0.1.0"]
}
},
"https://skywalking.apache.org/"
],
"sitemap_urls": ["https://skywalking.apache.org/sitemap.xml"],
"stop_urls": [".*(?<!/)$"],
"selectors": {
"default": {
"lvl0": {
"selector": "",
"default_value": "Skywalking"
},
"lvl1": "container h1",
"lvl2": "container h2",
"lvl3": "container h3",
"lvl4": "container h4",
"lvl5": "container h5",
"text": "container p, container li"
},
"doc": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Documentation"
},
"lvl1": "main h1",
"lvl2": "main h2",
"lvl3": "main h3",
"lvl4": "main h4",
"lvl5": "main h5",
"text": "main p, main li"
}
},
"conversation_id": ["1470581275"],
"nb_hits": 11347
}