Skip to content

FlowRB: Update search-config.json #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 1, 2025
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
28 changes: 0 additions & 28 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/flow/(?P<version>.*?)/",
"tags": [
"flow-5.5"
],
"variables": {
"version": [
"5.5"
]
},
"selectors_key": "flow"
},
{
"url": "https://docs.hazelcast.com/imdg/(?P<version>.*?)/",
"tags": [
Expand Down Expand Up @@ -583,22 +571,6 @@
"lvl2": ".doc h2",
"lvl3": ".doc h3",
"text": ".doc p, .doc td.content, .doc th.tableblock"
},
"flow": {
"lvl0": {
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[1]/a[1]",
"type": "xpath",
"global": true,
"default_value": "Flow"
},
"lvl1": {
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[2]",
"type": "xpath",
"global": true
},
"lvl2": ".doc h1",
"lvl3": ".doc h2",
"text": ".doc p, .doc td.content, .doc th.tableblock"
}
},
"custom_settings": {
Expand Down
Loading