This repository was archived by the owner on Jun 2, 2020. It is now read-only.
This repository was archived by the owner on Jun 2, 2020. It is now read-only.
Add search support #113
Closed
Description
A previous version of this site had a very broken search implementation using Lunr JS. We removed it because we didn’t have time to focus on it and on getting docs from all over IPFS organized, but it would be really lovely to bring this functionality back.
Things that need solving:
- Basic working search implementation. Hugo has some tools for generating search indexes that might be helpful: https://gohugo.io/tools/search/
- Design for how to incorporate search nicely with the rest of the site
- Implementation of that design
Another problem to keep in mind here is that a lot what’s currently in this site is links to pages in GitHub or to other sites. Are there any feasible ways to make sure some of those show up in search results? We don’t need to worry about this right away.