1
0
Fork 0
📘 The easiest way to add search to your documentation.
Find a file
Tim Carry f7162b3663
Updating autocomplete to 0.32 (#527)
Also moving `parallelshell` as a `devDependencies` as it should be.
2018-11-06 11:22:27 +01:00
.github [Issue template] Provide better guidance and redirection when opening an issue (#500) 2018-10-17 16:35:21 +02:00
docs chore(deps): update dependency tailwindcss to v0.7.0 2018-11-04 03:14:01 +00:00
scripts Add test that normal click is disable with custom handleSelected (#523) 2018-11-06 09:32:34 +01:00
src Add test that normal click is disable with custom handleSelected (#523) 2018-11-06 09:32:34 +01:00
.babelrc Move all new docs to docs/ subfolder 2018-08-20 13:23:35 +02:00
.coveralls.yml docs(readme): Add badges 2015-12-23 10:47:17 +01:00
.eslintignore Move all new docs to docs/ subfolder 2018-08-20 13:23:35 +02:00
.eslintrc.js Making the apply form actually post content 2018-08-20 13:24:55 +02:00
.gitignore Auto lint content (#492) 2018-10-08 13:24:06 +02:00
.npmignore chore(package): remove docs from pkg (5M => 300kb) 2016-10-03 12:59:48 +02:00
.nvmrc chore(deps): update node.js to v9.11.2 2018-06-17 00:47:58 +00:00
.prettierrc overridde instead of replace 2018-11-02 17:58:01 +01:00
.travis.yml docs(deploy): Update deploy documentation system 2018-08-20 13:51:59 +02:00
CHANGELOG.md Feat/prettier (#516) 2018-11-02 11:45:56 +01:00
CONTRIBUTING.md Remove package-lock.json (#525) 2018-11-06 08:59:14 +01:00
index.js chore(lint): Remove .js extension from imports (#483) 2018-10-05 12:52:39 +02:00
jest.config.js Update CONTRIBUTING and fix tests 2018-08-20 13:24:55 +02:00
LICENSE feat(docs): new community header / footer (#114) 2016-06-23 19:13:16 +02:00
netlify.toml docs(deploy): Document how to deploy the website (#475) 2018-10-08 13:06:42 +02:00
package.json Updating autocomplete to 0.32 (#527) 2018-11-06 11:22:27 +01:00
README.md docs(readme): Add links to other repositories 2018-08-20 17:14:23 +02:00
webpack.config.jsdelivr.babel.js chore(stack update): update the whole docsearch stack (#173) 2017-03-17 16:22:00 +01:00
webpack.serve.config.babel.js chore(stack update): update the whole docsearch stack (#173) 2017-03-17 16:22:00 +01:00
yarn.lock Updating autocomplete to 0.32 (#527) 2018-11-06 11:22:27 +01:00

DocSearch

The easiest way to add search to your documentation. For free.

npm version build coverage License Downloads jsDelivr Hits

DocSearch will crawl your documentation website, push its content to an Algolia index, and allow you to add a dropdown search menu for your users to find relevant content in no time.

Check out our website for a complete explanation and documentation.

Bootstrap demo

DocSearch is made of 3 repositories:

  • algolia/docsearch contains the docsearch.js code source and the documentation website.
  • algolia/docsearch-configs contains the JSON files representing all the configs for all the documentations DocSearch is powering
  • algolia/docsearch-scraper contains the crawler we use to extract data from your documentation. The code is open-source and you can run it from a Docker image