forked from edgio-docs/edgio-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.config.json
43 lines (43 loc) · 985 Bytes
/
docs.config.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
{
"app_id": "BI9GRS0IQ3",
"search_api_key": "6dce54cec9fa1c2d8e2bb4732978df25",
"index_name": "docs",
"start_urls": [
{
"url": "https://docs.layer0.co"
},
{
"url": "https://docs.layer0.co/docs",
"selectors_key": "api_docs"
}
],
"stop_urls": ["https://docs.layer0.co/docs/v.*"],
"selectors": {
"default": {
"lvl0": "h1",
"lvl1": {
"selector": "h2,h3",
"selectors_exclude": ["section"]
},
"lvl2": {
"selector": "h4,h5",
"selectors_exclude": [".tsd-returns-title"]
},
"lvl5": "p,pre code,table td span",
"text": "p,pre code,ul li,table td span"
},
"api_docs": {
"lvl0": "h2",
"lvl1": {
"selector": "h3",
"selectors_exclude": ["section"]
},
"lvl2": {
"selector": "h4,h5",
"selectors_exclude": [".tsd-returns-title"]
},
"lvl5": "p,pre code",
"text": "p,pre code, ul li"
}
}
}