56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"index_name": "wiki_platform",
|
|
"start_urls": [
|
|
"https://wiki.seeedstudio.com/"
|
|
],
|
|
"selectors": {
|
|
"lvl0": {
|
|
"selector": "title",
|
|
"type": "css",
|
|
"global": true,
|
|
"default_value": "Documentation"
|
|
},
|
|
"lvl1": "h1.anchor",
|
|
"lvl2": "h2.anchor",
|
|
"lvl3": "h3.anchor",
|
|
"lvl4": "h4.anchor",
|
|
"text": "article p, article li",
|
|
"last_updated": {
|
|
"selector": "time[datetime]",
|
|
"type": "css",
|
|
"global": true,
|
|
"default_value": ""
|
|
}
|
|
},
|
|
"stop_urls": [
|
|
"https://wiki.seeedstudio.com/search",
|
|
"https://wiki.seeedstudio.com/v3me",
|
|
"https://wiki.seeedstudio.com/playground",
|
|
"https://wiki.seeedstudio.com/inspector",
|
|
"https://wiki.seeedstudio.com/zh-CN",
|
|
"https://wiki.seeedstudio.com/cn"
|
|
],
|
|
"sitemap_urls": [
|
|
"https://wiki.seeedstudio.com/sitemap.xml"
|
|
],
|
|
"sitemap_alternate_links": true,
|
|
"strip_chars": " .,;:#",
|
|
"custom_settings": {
|
|
"separatorsToIndex": "_",
|
|
"attributesForFaceting": [
|
|
"language",
|
|
"version",
|
|
"type",
|
|
"docusaurus_tag"
|
|
],
|
|
"attributesToRetrieve": [
|
|
"hierarchy",
|
|
"content",
|
|
"anchor",
|
|
"url",
|
|
"url_without_anchor",
|
|
"type"
|
|
]
|
|
},
|
|
"js_render": false
|
|
} |