mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Merge pull request #701 from rancher/btat-patch-1
Fix Algolia config.json
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"index_name": "docs_ranchermanager_rancher_io",
|
"index_name": "docs_ranchermanager_rancher_io",
|
||||||
"sitemap_urls": ["http://ranchermanager.docs.rancher.com/sitemap.xml"],
|
"sitemap_urls": ["http://ranchermanager.docs.rancher.com/sitemap.xml"],
|
||||||
"start_urls": ["http://ranchermanager.docs.rancher.com/"],
|
"start_urls": ["http://ranchermanager.docs.rancher.com/"],
|
||||||
"selectors": {
|
"selectors": {
|
||||||
"lvl0": "",
|
"lvl0": "",
|
||||||
"lvl1": "article h1",
|
"lvl1": "article h1",
|
||||||
"lvl2": "article h2",
|
"lvl2": "article h2",
|
||||||
"lvl3": "article h3",
|
"lvl3": "article h3",
|
||||||
"lvl4": "article h4",
|
"lvl4": "article h4",
|
||||||
"lvl5": "article h5"
|
"lvl5": "article h5"
|
||||||
},
|
},
|
||||||
"custom_settings": {
|
"custom_settings": {
|
||||||
"attributesForFaceting": [
|
"attributesForFaceting": [
|
||||||
"language",
|
"language",
|
||||||
"version",
|
"version",
|
||||||
"type",
|
"type",
|
||||||
"docusaurus_tag"
|
"docusaurus_tag"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user