Skip to content

Commit

Permalink
add google search box
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 3, 2015
1 parent 485bbda commit d7bc676
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,30 @@
{local_name} is common stacks used in JSK lab.
Search docs!
.. raw:: html
<script>
(function() {{
var cx = '005725808957933406402:fzgbgtunw94';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
}})();
</script>
<gcse:search></gcse:search>
If you coult find information, ask in `github issue`_.
The code is open source, and `available on github`_.
.. _available on github: {uri}
.. _github issue: {uri}/issues
This repository contains following ros packages:
Expand Down

1 comment on commit d7bc676

@wkentaro
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome! ❇️

Please sign in to comment.