Skip to content

Instantly share code, notes, and snippets.

@hckhanh
Created April 6, 2021 10:37
Show Gist options
  • Save hckhanh/05a2abe62730c66d80e1ae4ea05d6c61 to your computer and use it in GitHub Desktop.
Save hckhanh/05a2abe62730c66d80e1ae4ea05d6c61 to your computer and use it in GitHub Desktop.
{
"index_name": "trakas",
"start_urls": [
"https://trakas.js.org"
],
"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",
"lvl6": "article h6",
"text": "article p, article li"
},
"sitemap_urls": [
"https://trakas.js.org/sitemap.xml"
],
"sitemap_alternate_links": true,
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"min_indexed_level": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment