This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/website/docsearch.config.json
jffarge 15648e42ac update docusaurus to v2.0.0-beta.5
Signed-off-by: jffarge <jf@dagger.io>
2021-09-07 14:39:57 +02:00

41 lines
1.2 KiB
JSON

{
"index_name": "Dagger_docs",
"start_urls": [
"https://deploy-preview-929--devel-docs-dagger-io.netlify.app/"
],
"sitemap_urls": [
"https://deploy-preview-929--devel-docs-dagger-io.netlify.app/sitemap.xml"
],
"sitemap_alternate_links": true,
"stop_urls": [],
"selectors": {
"lvl0": {
"selector": "(//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link menu__link--sublist menu__link--active')]/text() | //nav[contains(@class, 'navbar')]//a[contains(@class, 'navbar__link--active')]/text())[last()]",
"type": "xpath",
"global": true,
"default_value": "Documentation"
},
"lvl1": "header h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"text": "article p, article li, article td:last-child"
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": ["language", "version", "type", "docusaurus_tag"],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"conversation_id": ["1531673588"],
"nb_hits": 128
}