mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 01:16:27 +00:00
types(config): add wider algolia crawler range for content searching comprehensiveness from code & pre & blockquote tags
This commit is contained in:
parent
34ed09fbb0
commit
3d0c6638dd
@ -13,7 +13,7 @@
|
|||||||
"lvl3": ".content h3",
|
"lvl3": ".content h3",
|
||||||
"lvl4": ".content h4",
|
"lvl4": ".content h4",
|
||||||
"lvl5": ".content h5",
|
"lvl5": ".content h5",
|
||||||
"content": ".content p, .content li",
|
"content": ".content p, .content li, .content code, .content pre, .content blockquote",
|
||||||
"lang": {
|
"lang": {
|
||||||
"selector": "/html/@lang",
|
"selector": "/html/@lang",
|
||||||
"type": "xpath",
|
"type": "xpath",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user