smartgit/docs/quicksearch.html

32 lines
1.3 KiB
HTML
Raw Normal View History

2016-03-30 23:26:40 +00:00
<html>
<head>
</head>
<body style="background: transparent;">
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/lunr.min.js"></script>
<script src="scripts/fulltext-search.js"></script>
<script type="text/x-docstrap-searchdb">
{"index.html":{"id":"index.html","title":"Index","body":" Documentation smartgit is an easy wrapper for nodegitan easy wrapper for nodegit Buildstatus/Dependencies UsageThis npm package comes with everything you need to start your own gulp plugin. Features: easily cone a git repo easily create a new git repo easily add all changes and make a new commit × Search results Close Documentation generated by JSDoc 3.4.0 on 2016-03-31T01:25:23+02:00 using the DocStrap template. "}}
</script>
<script type="text/javascript">
$(document).ready(function() {
Searcher.init();
});
$(window).on("message", function(msg) {
var msgData = msg.originalEvent.data;
if (msgData.msgid != "docstrap.quicksearch.start") {
return;
}
var results = Searcher.search(msgData.searchTerms);
window.parent.postMessage({"results": results, "msgid": "docstrap.quicksearch.done"}, "*");
});
</script>
</body>
</html>