mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
41 lines
802 B
JSON
41 lines
802 B
JSON
{
|
|
"index_name": "tiptap",
|
|
"start_urls": [
|
|
"https://tiptap.dev/docs/editor"
|
|
],
|
|
"sitemap_alternate_links": true,
|
|
"stop_urls": [
|
|
"https://tiptap.dev/docs/hocuspocus"
|
|
],
|
|
"selectors": {
|
|
"default": {
|
|
"lvl0": {
|
|
"selector": "",
|
|
"global": true,
|
|
"default_value": "Documentation"
|
|
},
|
|
"lvl1": "main h1",
|
|
"lvl2": "main h2",
|
|
"lvl3": "main h3",
|
|
"lvl4": "main h4",
|
|
"lvl5": "main h5",
|
|
"lvl6": "main h6",
|
|
"text": "main p, main li, main pre, main td"
|
|
}
|
|
},
|
|
"strip_chars": " .,;:#",
|
|
"custom_settings": {
|
|
"separatorsToIndex": "_",
|
|
"attributesForFaceting": [
|
|
"type",
|
|
"lang"
|
|
],
|
|
"attributesToRetrieve": [
|
|
"hierarchy",
|
|
"text",
|
|
"anchor",
|
|
"url"
|
|
]
|
|
}
|
|
}
|