You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
458 B
20 lines
458 B
{ |
|
"index_name": "security-docs", |
|
"start_urls": [ |
|
"https://docs.spring.io/spring-security/reference/" |
|
], |
|
"selectors": { |
|
"lvl0": { |
|
"selector": "//nav[@class='crumbs']//li[@class='crumb'][last()-1]", |
|
"type": "xpath", |
|
"global": true, |
|
"default_value": "Home" |
|
}, |
|
"lvl1": ".doc h1", |
|
"lvl2": ".doc h2", |
|
"lvl3": ".doc h3", |
|
"lvl4": ".doc h4", |
|
"text": ".doc p, .doc td.content, .doc th.tableblock" |
|
} |
|
} |
|
|
|
|