Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 01f2ee8

Browse files
author
s-pace
committed
update bambora_paymentiq
1 parent bc46c7e commit 01f2ee8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

configs/bambora_paymentiq.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"index_name": "bambora_paymentiq",
3+
"start_urls": [
4+
"https://docs.paymentiq.io/europe/"
5+
],
6+
"stop_urls": [],
7+
"selectors": {
8+
"lvl0": {
9+
"selector": "//aside//*[contains(@class,'is-active')]/preceding::p[contains(@class,'menu-label')]",
10+
"type": "xpath",
11+
"global": true,
12+
"default_value": "Documentation"
13+
},
14+
"lvl1": "#content h1",
15+
"lvl2": "#content h2",
16+
"lvl3": "#content h4",
17+
"lvl5": "#content h5",
18+
"text": "#content p, #content li"
19+
},
20+
"js_render": true,
21+
"conversation_id": [
22+
"689734746"
23+
],
24+
"min_indexed_level": 2,
25+
"nb_hits": 541
26+
}

0 commit comments

Comments
 (0)