mirror of
https://github.com/inspec/inspec
synced 2025-01-06 10:19:07 +00:00
20 lines
512 B
Text
20 lines
512 B
Text
|
---
|
||
|
title: Search InSpec Docs
|
||
|
---
|
||
|
|
||
|
h2 Search the InSpec Documentation
|
||
|
|
||
|
javascript:
|
||
|
// TODO: add the inspec search here
|
||
|
(function() {
|
||
|
var cx = '014746884379529974319:rvxyzhpu2us';
|
||
|
var gcse = document.createElement('script');
|
||
|
gcse.type = 'text/javascript';
|
||
|
gcse.async = true;
|
||
|
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
|
||
|
var s = document.getElementsByTagName('script')[0];
|
||
|
s.parentNode.insertBefore(gcse, s);
|
||
|
})();
|
||
|
|
||
|
<gcse:search webSearchResultSetSize="20"></gcse:search>
|