Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@
],
"selectors_key": "tutorials"
},
{
"url": "https://docs.hazelcast.com/imdg/(?P<version>.*?)/",
"tags": [
"imdg-4.2"
],
"variables": {
"version": [
"4.2"
]
},
"selectors_key": "imdg"
},
{
"url": "https://docs.hazelcast.com/management-center/(?P<version>.*?)/",
"tags": [
Expand Down Expand Up @@ -496,24 +484,6 @@
"lvl3": ".doc h2",
"text": ".doc p, .doc td.content, .doc th.tableblock"
},
"imdg": {
"lvl0": {
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
"type": "xpath",
"global": true,
"default_value": "IMDG"
},
"lvl1": {
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
"type": "xpath",
"global": true
},
"lvl2": ".doc h1",
"lvl3": ".doc h2",
"lvl4": ".doc h3",
"lvl5": ".doc h4",
"text": ".doc p, .doc td.content, .doc th.tableblock"
},
"mc": {
"lvl0": {
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[1]/a[1]",
Expand Down