Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haochi/jsdoc-search

Search plugin for JSDOc
https://github.com/haochi/jsdoc-search

Last synced: about 9 hours ago
JSON representation

Search plugin for JSDOc

Awesome Lists containing this project

README

        

JSDoc Search Plugin
-------------------

Demo
====
[Demo](http://ihaochi.com/jsdoc-search/demo/)

Usage:
======

* Download all the files
* Update your JSDoc configuration file (e.g. `conf.json`) to include the plugin and configure the templates.

{
"plugins": ["./search/search"],
"templates": {
"default": {
"layoutFile": "./search/layout.tmpl",
"staticFiles": {
"include": [
"./search/statics"
]
}
}
}
}

If you are using a custom layout, you can copy the appropriate changes from `layout.tmpl` to your layout.