No commit activity in last 3 years
No release in over 3 years
Doc Browser Search plugin for Praxis.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 0

Runtime

>= 0.18
 Project Readme

Praxis Docs Search

This plugin for Praxis adds the capability to search the doc browser.

Demo

Usage

Add this to your gemfile:

gem 'praxis-docs-search'

In your config.ru add it to the Praxis Bootloader:

application.bootloader.use Praxis::DocsSearch

Finally if you would like to use the default styling, add this to your docs/styles.scss:

@import "praxis-docs-search.scss";

If you are using your own navbar, you can include the search form anywhere by using the <search-form></search-form> element in a custom template.

Authors

Jakub Hampl @gampleman

MIT LICENSE

(c) RightScale, Inc. 2015