toshiki-notebook/crawlerConfig.json
2023-03-01 23:55:10 +08:00

29 lines
673 B
JSON

{
"index_name": "",
"start_urls": ["https://note.toshiki.dev/"],
"rateLimit": 8,
"maxDepth": 10,
"selectors": {
"lvl0": {
"selector": "",
"defaultValue": "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",
"global": true
}
},
"selectors_exclude": ["aside", ".page-footer", ".next-and-prev-link", ".table-of-contents"],
"custom_settings": {
"attributesForFaceting": ["lang", "tags"]
},
"js_render": true
}