| .. | ||
| docs | ||
| plugins/my-loaders | ||
| src | ||
| static/img | ||
| versioned_docs/version-2.6.3 | ||
| versioned_sidebars | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierrc.js | ||
| .textlint.terms.json | ||
| .textlintrc.js | ||
| CONTRIBUTING.md | ||
| docusaurus.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| sidebars.js | ||
| versions.json | ||
The easiest way to add search to your documentation. For free.
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.
Related projects
DocSearch gathers 4 repositories:
- algolia/docsearch contains the
docsearch.jscode source. - 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
- algolia/docsearch-website contains the documentation website built thanks to docusaurus 2
Website
Installation
yarn installin the root of this repository (one level above this directory).- In this directory, do
yarn start. - A browser window will open up, pointing to the docs.
Deployment
Netlify handles the deployment of this website. If you are part of the DocSearch core team. Access the Netlify Dashboard.
