forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathringcentral.json
103 lines (103 loc) · 2.77 KB
/
ringcentral.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"index_name": "ringcentral",
"start_urls": [
{
"url": "http://ringcentral-api-docs.readthedocs.io/en/latest/",
"selectors_key": "developer_guide"
},
{
"url": "https://ringcentral.github.io/tutorials/",
"selectors_key": "tutorials"
},
{
"url": "https://ringcentral-tutorials.github.io/",
"selectors_key": "tutorials"
},
{
"url": "https://developer.ringcentral.com/api-docs/latest/index.html",
"selectors_key": "api_reference"
},
{
"url": "https://developer.ringcentral.com/library/sdks.html",
"selectors_key": "sdk"
},
{
"url": "https://developer.ringcentral.com/library/chatbots.html",
"selectors_key": "chatbot"
}
],
"sitemap_urls": [
"https://developer.ringcentral.com/sitemap.xml"
],
"stop_urls": [],
"selectors": {
"developer_guide": {
"lvl0": {
"selector": "",
"default_value": "Developer Guide"
},
"lvl1": {
"selector": "//*[contains(@class, 'rst-content')]/div[1]/ul/li[2]",
"type": "xpath",
"global": true,
"default_value": "Documentation"
},
"lvl2": ".current a.current",
"lvl3": ".section h2",
"lvl4": ".section h3",
"lvl5": ".section h4",
"text": ".section p, .section li"
},
"tutorials": {
"lvl0": {
"selector": "",
"default_value": "Tutorials"
},
"lvl1": {
"selector": "//*[contains(@class,'saurus-panes-header')]/span[2]",
"type": "xpath",
"global": "true"
},
"lvl2": ".saurus-content h1",
"lvl3": ".saurus-content h2",
"lvl4": ".saurus-content h3",
"lvl5": ".saurus-content h4",
"text": ".saurus-content p, .saurus-content li"
},
"api_reference": {
"lvl0": {
"selector": "",
"default_value": "API Reference"
},
"lvl1": ".api-docs-content h1",
"lvl2": ".api-docs-content h2",
"lvl3": ".api-docs-content h3",
"lvl4": ".api-docs-content h4",
"lvl5": ".api-docs-content h5",
"text": ".api-docs-content p, .api-docs-content li"
},
"sdk": {
"lvl0": {
"selector": "",
"default_value": "SDKs"
},
"lvl1": ".main-content h2",
"lvl2": ".main-content .sdks-third-party-app-language",
"lvl3": ".main-content h3",
"lvl4": ".main-content h4",
"lvl5": ".main-content h5",
"text": ".main-content p, .main-content li"
},
"chatbot": {
"lvl0": ".main-content h2",
"lvl1": ".main-content h3",
"lvl2": ".main-content h4",
"lvl3": ".main-content h5",
"lvl4": ".main-content h6",
"text": ".main-content p, .main-content li"
}
},
"strip_chars": " .,;:#\u00bb",
"min_indexed_level": 1,
"nb_hits": 6623
}