Skip to content

📘 The easiest way to add search to your documentation.

License

Notifications You must be signed in to change notification settings

tore-statsig/docsearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocSearch

The easiest way to add search to your documentation – for free.

npm version License


DocSearch crawls your documentation, pushes the content to an Algolia index and provides a dropdown search experience on your website.

Check out our website for a complete explanation and documentation.

Preview

Screencast

Light Dark
Light preview Dark preview

Usage

Don't have your Algolia credentials yet? Apply to DocSearch!

1. Import the library as an ECMAScript module:

npm install @docsearch/js@alpha
# or
yarn add @docsearch/js@alpha
import docsearch from '@docsearch/js';

1–bis. Or with a script tag (at the end of the body):

<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@alpha"></script>

2. Use the library:

docsearch({
  container: '#docsearch',
  indexName: 'YOUR_INDEX_NAME',
  apiKey: 'YOUR_API_KEY',
});

3. Customize the color scheme.

Related projects

DocSearch is made of the following repositories:

License

MIT

About

📘 The easiest way to add search to your documentation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 53.3%
  • JavaScript 27.8%
  • TypeScript 18.9%