Giter Club home page Giter Club logo

Comments (5)

s-pace avatar s-pace commented on August 21, 2024 1

👋 As always, @Haroenv got a point.

Happy to help on this @ridiculousfish

A preview:
preview of DocSearch

You can try it out here

We do provide search analytics in order to enhance your doc if you want.


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: 'ffed66937f1e00fb19bf61bc7845ab8d',
  indexName: 'fishshell',
  inputSelector: '### REPLACE ME ####',
  debug: false // Set debug to true if you want to inspect the dropdown
});
</script>
  • Add a search input in your page if you don't have any yet. Then update the inputSelector value in JS snippet to a CSS selector that targets your search input field.
  • Optionally customize the look and feel by following the DocSearch documentation
  • You can also check your configuration in our GitHub repo.

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.

Have a nice day :)

from fish-site.

ridiculousfish avatar ridiculousfish commented on August 21, 2024

Sounds nifty! What's a good live example to try?

from fish-site.

Haroenv avatar Haroenv commented on August 21, 2024

https://reactjs.org

from fish-site.

Haroenv avatar Haroenv commented on August 21, 2024

https://docsearch-fishshell.netlify.com @ridiculousfish, we updated the demo, in case you're interested :)

from fish-site.

faho avatar faho commented on August 21, 2024

This is actually included in our new doc system based on sphinx, so it'll be in the 3.1 release.

from fish-site.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.