Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Add search experience #1439

Open
s-pace opened this issue Feb 12, 2018 · 3 comments
Open

Documentation: Add search experience #1439

s-pace opened this issue Feb 12, 2018 · 3 comments

Comments

@s-pace
Copy link

s-pace commented Feb 12, 2018

👋 team,

Since your tool is so huge and that I am actually using it, I can't help providing you a nice search experience:
DocSearch
It is totally free and you only have to follow these steps:

Congratulations, your search is now ready!
I've successfully configured the underlying crawler and it will now run every 24h.

You're now a few steps away from having it working on your website:

  • Copy the following CSS/JS snippets and add them to your page
<!-- at the end of the HEAD -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />

<!-- at the end of the BODY -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
  apiKey: 'c12940d921da44918004f32cf662d7f9',
  indexName: 'nodegit',
  inputSelector: '### REPLACE ME ####',
  debug: false // Set debug to true if you want to inspect the dropdown
});
</script>

Please open a pull request if want to leverage your configuration!

Feel free to get back to us if you have any issues or questions regarding the integration.

We'd also be happy to get your feedback and thoughts about DocSearch - so we can continue to improve it.

Hope it will help. Cheers

@s-pace
Copy link
Author

s-pace commented Mar 22, 2018

👋 @rcjsuen @implausible @Croydon ,

Happy to help and have your feedback about your DocSearch index.

Cheers

s-pace pushed a commit to algolia/docsearch-configs that referenced this issue Mar 22, 2018
@s-pace
Copy link
Author

s-pace commented Mar 22, 2018

Quick 2 sec bootstrap:
http://nodegit-docsearch.surge.sh/

@s-pace
Copy link
Author

s-pace commented Apr 16, 2018

👋 @rcjsuen @implausible @Croydon,

Happy to have your feedback and to help with the integration PR.

Have a nice week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant