Skip to content

Commit 13b1b57

Browse files
authored
FlowRB: Update search-config.json (#462)
# Description of change Removes Flow from Algolia index.
1 parent 976429c commit 13b1b57

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

search-config.json

-28
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@
88
],
99
"selectors_key": "tutorials"
1010
},
11-
{
12-
"url": "https://docs.hazelcast.com/flow/(?P<version>.*?)/",
13-
"tags": [
14-
"flow-5.5"
15-
],
16-
"variables": {
17-
"version": [
18-
"5.5"
19-
]
20-
},
21-
"selectors_key": "flow"
22-
},
2311
{
2412
"url": "https://docs.hazelcast.com/imdg/(?P<version>.*?)/",
2513
"tags": [
@@ -583,22 +571,6 @@
583571
"lvl2": ".doc h2",
584572
"lvl3": ".doc h3",
585573
"text": ".doc p, .doc td.content, .doc th.tableblock"
586-
},
587-
"flow": {
588-
"lvl0": {
589-
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[1]/a[1]",
590-
"type": "xpath",
591-
"global": true,
592-
"default_value": "Flow"
593-
},
594-
"lvl1": {
595-
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[2]",
596-
"type": "xpath",
597-
"global": true
598-
},
599-
"lvl2": ".doc h1",
600-
"lvl3": ".doc h2",
601-
"text": ".doc p, .doc td.content, .doc th.tableblock"
602574
}
603575
},
604576
"custom_settings": {

0 commit comments

Comments
 (0)