Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/algolia/algoliasearch-zendesk

Integrate Algolia within your Zendesk Help Center in minutes.
https://github.com/algolia/algoliasearch-zendesk

Last synced: 13 days ago
JSON representation

Integrate Algolia within your Zendesk Help Center in minutes.

Awesome Lists containing this project

README

        


Algolia for Zendesk

This repository holds the code of Algolia's Zendesk integration.
This integration makes it trivial to replace the default search of your Zendesk Help Center by Algolia.
[Algolia](https://www.algolia.com) is a hosted full-text, numerical, and faceted search engine capable of delivering realtime results from the first keystroke.

We'll crawl your Zendesk API to extract your Help Center content and provide you a small code snippet to power your search with Algolia.

## Indexing
Find the code of the crawler and its documentation in the [crawler/](./crawler/) folder.

## Front-end
Follow the documentation [on the website](https://community.algolia.com/zendesk/documentation/).
If you want to contribute or browse the code, follow [this link to the app/](./app/) folder.

## Development

The `package.json` in this repository holds 3 scripts:
- `npm run release:docs`: Release the documentation site on https://community.algolia.com/zendesk/
- `npm run release:app`: Release the JS library on `npm`
- `npm run release`: Runs the previous scripts and `git push`

## ChangeLog

See the [CHANGELOG.md](./CHANGELOG.md) file.

## License

This project is under the [MIT License](./LICENSE).