Skip to content

Instantly share code, notes, and snippets.

@nyancodeid
Created March 29, 2020 12:14
Show Gist options
  • Save nyancodeid/d5c7d2b9da18bb58d48b7f3dc0c9acce to your computer and use it in GitHub Desktop.
Save nyancodeid/d5c7d2b9da18bb58d48b7f3dc0c9acce to your computer and use it in GitHub Desktop.
Algolia DocSearch Vuepress
APPLICATION_ID=
API_KEY=
{
"index_name": "YOUR_INDEX",
"start_urls": ["https://YOUR-WEBSITE_URL"],
"stop_urls": [],
"selectors": {
"lvl0": {
"selector": "a.sidebar-link.active",
"global": true,
"default_value": "Documentation"
},
"lvl1": ".content__default h1",
"lvl2": ".content__default h2",
"lvl3": ".content__default h3",
"lvl4": ".content__default h4",
"lvl5": ".content__default h5",
"text": ".content__default p, .content__default li, .content__default strong",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
"global": true,
"default_value": "en-US"
}
},
"strip_chars": " .,;:#",
"custom_settings": {
"attributesForFaceting": [
"lang"
]
},
"conversation_id": [
"740590675"
],
"scrap_start_urls": false,
"nb_hits": 318
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment