* docs: add faq about how many records are created
* docs: reorganize the run on your own section to avoid any confusion
* docs: remove wrong part of the attribution policy
* Update docs/src/faq.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* Update docs/src/faq.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* Update docs/src/faq.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* Update docs/src/run-your-own.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* Update docs/src/faq.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* Update docs/src/run-your-own.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* Update docs/src/run-your-own.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* fixing typo
* keeping same convention
* avoid wrong use of word crawling
* removing superfluous comment
* make the documentation more explicit to prevent error in the key usage, introduces feedback from algolia/docsearch-scraper#438, give instruction about how to use the headless chrome
* add synonym, resolves#640
* precise sitemap
* fix typos
* removing unavailable anchor
* fixing wrong URL
* resolves#518 by removing unwanted char from anchors
* fixing linter issues
* fix remark-lint warning
This commit just fixes a set of minor typos in the text, that I found while reading through it. It also makes a small grammar adjustment as well, for greater reading clarity.
* feat(ctrl-click): Enable Ctrl-Click on suggestions
This updates the underlying autocomplete.js to a version that passes
the selection context (click or keyboard) to the
`autocomplete:selected` event.
With the default `handleSelected, and in the case of a click, it will
do nothing (as each suggestion already being a `<a href>`, it will
already follow the link), but manually change the location for
keyboard navigation.
When a custom `handleSelected` is set though, default browser clicks
on suggestions are disabled and only `handleSelected` is called. This
is to keep backward compatibility with all the live websites that
might already use `handleSelected`.
* fix(test): Making sure it does not crash when no context is passed
The `./docsearch docker:build` command cannot be run without
previously installing the python dependencies as those dependencies
are needed to run the CLI.