Skip to content

A (demo) plugin for Praxis that adds search to the doc browser

Notifications You must be signed in to change notification settings

praxis/praxis-docs-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A (demo) plugin for Praxis that adds search to the doc browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published