-
-
Save nyancodeid/d5c7d2b9da18bb58d48b7f3dc0c9acce to your computer and use it in GitHub Desktop.
Algolia DocSearch Vuepress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APPLICATION_ID= | |
API_KEY= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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