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

Commit

Permalink
update vuex
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Dec 17, 2018
1 parent 5d22a37 commit 0b171dd
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions configs/vuex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"index_name": "vuex",
"start_urls": [
"https://vuex.vuejs.org/"
],
"stop_urls": [],
"selectors": {
"lvl0": {
"selector": "p.sidebar-heading.open",
"global": true,
"default_value": "Documentation"
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4, .content table td:first-child",
"lvl5": ".content h5",
"text": ".content p, .content li, .content table td:last-child",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
"global": true,
"default_value": "en-US"
}
},
"strip_chars": " .,;:#",
"custom_settings": {
"attributesForFaceting": [
"lang"
]
},
"conversation_id": [
"734084375"
],
"scrap_start_urls": false,
"nb_hits": 2486
}

0 comments on commit 0b171dd

Please # to comment.