Files
jreleaser.github.io/algolia-config.json
Andres Almiray 031f6045ac Add search widget
2021-05-30 16:07:29 +02:00

25 lines
528 B
JSON

{
"index_name": "jreleaser-docs",
"start_urls": [
"https://jreleaser.org/guide/latest"
],
"sitemap_urls": [
"https://jreleaser.org/sitemap.xml"
],
"stop_urls": [],
"selectors": {
"lvl0": {
"selector": "//nav[@class='crumbs']//li[@class='crumb'][last()-1]",
"type": "xpath",
"global": true,
"default_value": "Home"
},
"lvl1": ".doc h1",
"lvl2": ".doc h2",
"lvl3": ".doc h3",
"lvl4": ".doc h4",
"text": ".doc p, .doc td.content, .doc th.tableblock"
}
}