Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ script:
- spago docs
- spago bundle-app -m Docs.Search.App --to docs-search-app.js
- spago bundle-app -m Docs.Search.IndexBuilder --to index-builder.js
- node index-builder.js

deploy:
- provider: releases
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# purescript-docs-search

[![Build status](https://travis-ci.org/spacchetti/purescript-docs-search.svg?branch=master)](https://travis-ci.org/spacchetti/purescript-docs-search)

An app that adds search capabilities to generated documentation for purescript code.

The goal is to replicate all functionality of pursuit, including querying by type.
Expand Down