Skip to content

Commit

Permalink
update trolologuy_useful-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed May 26, 2020
1 parent 3ccbf68 commit cd774e1
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions configs/trolologuy_useful-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"index_name": "trolologuy_useful-tools",
"start_urls": [
"https://trolologuy.github.io/useful-tools/"
],
"stop_urls": [],
"selectors": {
"lvl0": {
"selector": "p.sidebar-heading.open",
"global": true,
"default_value": "Documentation"
},
"lvl1": ".theme-default-content h1",
"lvl2": ".theme-default-content h2",
"lvl3": ".theme-default-content h3",
"lvl4": ".theme-default-content h4",
"lvl5": ".theme-default-content h5",
"text": ".theme-default-content p, .theme-default-content li",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
"global": true,
"default_value": "en-US"
}
},
"selectors_exclude": [
".table-of-contents"
],
"strip_chars": " .,;:#",
"custom_settings": {
"attributesForFaceting": [
"lang"
]
},
"conversation_id": [
"1175506512"
],
"nb_hits": 944
}

0 comments on commit cd774e1

Please sign in to comment.