tiptap/docsearch.config.json

41 lines
802 B
JSON
Raw Normal View History

2023-02-09 00:02:19 +08:00
{
"index_name": "tiptap",
"start_urls": [
2024-01-02 18:11:57 +08:00
"https://tiptap.dev/docs/editor"
2023-02-09 00:02:19 +08:00
],
"sitemap_alternate_links": true,
"stop_urls": [
2024-01-02 18:11:57 +08:00
"https://tiptap.dev/docs/hocuspocus"
2023-02-09 00:02:19 +08:00
],
"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"
]
}
}