HBASE-14774 Add comment about the <customSearch> item in site.xml.
This is the ID of a Google Custom Search Engine. I configured this one to search hbase.apache.org, issues.apache.org/browse/HBASE-*, and the user and dev mailing lists.
This commit is contained in:
parent
690c455964
commit
3464552bb0
|
@ -32,6 +32,9 @@
|
|||
<topBarEnabled>true</topBarEnabled>
|
||||
<sideBarEnabled>false</sideBarEnabled>
|
||||
<googleSearch>
|
||||
<!-- The ID of the Google custom search engine to use.
|
||||
This one searches hbase.apache.org, issues.apache.org/browse/HBASE-*,
|
||||
and user and dev mailing list archives. -->
|
||||
<customSearch>000385458301414556862:sq1bb0xugjg</customSearch>
|
||||
</googleSearch>
|
||||
<sourceLineNumbersEnabled>false</sourceLineNumbersEnabled>
|
||||
|
|
Loading…
Reference in New Issue