mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +08:00
93310a1d14
* docs: fix anchor and improvement * fix docsearch * fix docsearch action
38 lines
702 B
JSON
38 lines
702 B
JSON
{
|
|
"index_name": "ant-design-blazor-docs",
|
|
"start_urls": [
|
|
{
|
|
"url": "https://antblazor.com/zh-CN/",
|
|
"tags": [
|
|
"cn"
|
|
]
|
|
},
|
|
{
|
|
"url": "https://antblazor.com/en-US/",
|
|
"tags": [
|
|
"en"
|
|
]
|
|
}
|
|
],
|
|
"stop_urls": [
|
|
"/changelog"
|
|
],
|
|
"selectors": {
|
|
"lvl0": {
|
|
"selector": ".ant-menu-submenu-selected h4",
|
|
"global": true,
|
|
"default_value": "Documentation"
|
|
},
|
|
"lvl1": "article h1",
|
|
"lvl2": "article h2",
|
|
"lvl3": "article h3",
|
|
"lvl4": "article h4",
|
|
"lvl5": "article h5",
|
|
"text": "article p, article li"
|
|
},
|
|
"strip_chars": "#",
|
|
"min_indexed_level": 1,
|
|
"js_render": true,
|
|
"js_wait": 5
|
|
}
|