Repository: cassandra Updated Branches: refs/heads/trunk 666a00089 -> 9bd482d36
include a search on the doc home patch by Jon Haddad; Reviewed by Blake Eggleston for CASSANDRA-13253 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9bd482d3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9bd482d3 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9bd482d3 Branch: refs/heads/trunk Commit: 9bd482d36b0c48f62120b260d69c7f25d1abf6eb Parents: 666a000 Author: Jon Haddad <[email protected]> Authored: Wed Feb 22 12:06:06 2017 -0800 Committer: Blake Eggleston <[email protected]> Committed: Mon Mar 13 11:29:29 2017 -0700 ---------------------------------------------------------------------- doc/source/_templates/indexcontent.html | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/9bd482d3/doc/source/_templates/indexcontent.html ---------------------------------------------------------------------- diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index 5d4b485..0174830 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -5,6 +5,17 @@ <h3>Main documentation</h3> +<div> +<form id="doc-search-form" action="{{ pathto('search') }}" method="get" role="search"> + <div class="form-group"> + Search the documentation: + <input type="text" size="30" class="form-control input-sm" name="q" placeholder="Search docs"> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </div> +</form><br /> +</div> + <table class="contentstable doc-landing-table" align="center"> <tr> <td class="left-column">
