toshiki-notebook/crawler-config.json

29 lines
687 B
JSON

{
"index_name": "toshiki-notebook",
"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, .content code, .content pre, .content blockquote",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
"global": true
}
},
"strip_chars": " .,;:#",
"selectors_exclude": [".sr-only"],
"custom_settings": {
"attributesForFaceting": ["lang", "tags"]
}
}