Merge pull request #701 from rancher/btat-patch-1

Fix Algolia config.json
This commit is contained in:
Billy Tat
2023-06-22 15:29:47 -07:00
committed by GitHub
+19 -19
View File
@@ -1,21 +1,21 @@
{
"index_name": "docs_ranchermanager_rancher_io",
"sitemap_urls": ["http://ranchermanager.docs.rancher.com/sitemap.xml"],
"start_urls": ["http://ranchermanager.docs.rancher.com/"],
"selectors": {
"lvl0": "",
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5"
},
"custom_settings": {
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag"
]
}
"index_name": "docs_ranchermanager_rancher_io",
"sitemap_urls": ["http://ranchermanager.docs.rancher.com/sitemap.xml"],
"start_urls": ["http://ranchermanager.docs.rancher.com/"],
"selectors": {
"lvl0": "",
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5"
},
"custom_settings": {
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag"
]
}
}