We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4852d commit 2cb0a3eCopy full SHA for 2cb0a3e
1 file changed
crawlerConfig.json
@@ -4,20 +4,22 @@
4
"rateLimit": 8,
5
"maxDepth": 10,
6
"selectors": {
7
- "lvl0": {
8
- "selector": "",
9
- "defaultValue": "Documentation"
10
- },
11
- "lvl1": ".content h1",
12
- "lvl2": ".content h2",
13
- "lvl3": ".content h3",
14
- "lvl4": ".content h4",
15
- "lvl5": ".content h5",
16
- "content": ".content p, .content li",
17
- "lang": {
18
- "selector": "/html/@lang",
19
- "type": "xpath",
20
- "global": true
+ "default": {
+ "lvl0": {
+ "selector": "",
+ "default_value": "Documentation"
+ },
+ "lvl1": ".content h1",
+ "lvl2": ".content h2",
+ "lvl3": ".content h3",
+ "lvl4": ".content h4",
+ "lvl5": ".content h5",
+ "content": ".content p, .content li",
+ "lang": {
+ "selector": "/html/@lang",
+ "type": "xpath",
21
+ "global": true
22
+ }
23
}
24
},
25
"selectors_exclude": [
0 commit comments