ponylang / main.actor.archived

https://www.main.actor
6 stars 5 forks source link

Add search for packages #10

Open mfelsche opened 5 years ago

mfelsche commented 5 years ago

Add a way of searching the packages listed in main.actor (not only by name, also by keywords/tags).

One way to pull this off for a static site is using lunr.js to build a search index of the libraries the site lists from a json file. The search results should then link to the most recent documentation or another static overview site about the library, listing all version and linking to their docs.