Files
rancher-docs/dev-resources/algolia-search/config.json
Billy Tat f02c1961da Use new site URL
Update references of references of docs.ranchermanager.rancher.io to ranchermanager.docs.rancher.com
2022-12-06 17:55:35 -08:00

22 lines
532 B
JSON

{
"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"
]
}
}