Skip to content

Commit f32bf13

Browse files
authored
Remove IMDG from search-config.json (#475)
# Description of change IMDG is unsupported and search is disabled for /imdg - let's remove from index to save effort and credits. ## Type of change Select the type of change that you're making: - [ ] Bug fix (Addresses an issue in existing content such as a typo) - [x] Enhancement (Adds new content)
1 parent bdb21a5 commit f32bf13

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

search-config.json

Lines changed: 0 additions & 30 deletions
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/imdg/(?P<version>.*?)/",
13-
"tags": [
14-
"imdg-4.2"
15-
],
16-
"variables": {
17-
"version": [
18-
"4.2"
19-
]
20-
},
21-
"selectors_key": "imdg"
22-
},
2311
{
2412
"url": "https://docs.hazelcast.com/management-center/(?P<version>.*?)/",
2513
"tags": [
@@ -496,24 +484,6 @@
496484
"lvl3": ".doc h2",
497485
"text": ".doc p, .doc td.content, .doc th.tableblock"
498486
},
499-
"imdg": {
500-
"lvl0": {
501-
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
502-
"type": "xpath",
503-
"global": true,
504-
"default_value": "IMDG"
505-
},
506-
"lvl1": {
507-
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
508-
"type": "xpath",
509-
"global": true
510-
},
511-
"lvl2": ".doc h1",
512-
"lvl3": ".doc h2",
513-
"lvl4": ".doc h3",
514-
"lvl5": ".doc h4",
515-
"text": ".doc p, .doc td.content, .doc th.tableblock"
516-
},
517487
"mc": {
518488
"lvl0": {
519489
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[1]/a[1]",

0 commit comments

Comments
 (0)