1
0
Fork 0
📘 The easiest way to add search to your documentation.
Find a file
Sylvain Pace e8e85b57dc
Homepage/updating logo carousel (#562)
* replacing go by jquery

* reducing size of momentjs
2018-12-11 10:34:46 +01:00
.github [Issue template] Provide better guidance and redirection when opening an issue (#500) 2018-10-17 16:35:21 +02:00
docs Homepage/updating logo carousel (#562) 2018-12-11 10:34:46 +01:00
scripts chore(typo): Fix typo 2018-12-03 11:05:42 +01:00
src implement query data callback method into src (#556) 2018-11-29 09:36:52 +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): Automatic deployment when doc pushed to master 2018-12-03 11:05:42 +01:00
CHANGELOG.md v2.6.2\n\n## [2.6.2](https://github.com/algolia/docsearch/compare/v2.6.1...v2.6.2) (2018-11-22) 2018-11-22 14:18:54 +01:00
CONTRIBUTING.md Remove postinstall (#532) 2018-11-07 17:43:28 +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 chore(deploy): Disable Netlify deploy-previews 2018-11-27 13:36:59 +01:00
package.json chore(deps): update dependency prettier to v1.15.3 2018-12-02 02:48:55 +00:00
README.md v2.6.0\n\n# [2.6.0](https://github.com/algolia/docsearch/compare/v2.5.2...v2.6.0) (2018-11-07) 2018-11-07 15:11:41 +01: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 chore(deps): update dependency prettier to v1.15.3 2018-12-02 02:48:55 +00:00

Table of Contents generated with DocToc

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