diff options
Diffstat (limited to 'distro/common/html/search.html')
-rw-r--r-- | distro/common/html/search.html | 114 |
1 files changed, 7 insertions, 107 deletions
diff --git a/distro/common/html/search.html b/distro/common/html/search.html index 8c55017f80..fdb4be6edc 100644 --- a/distro/common/html/search.html +++ b/distro/common/html/search.html @@ -1,5 +1,4 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> @@ -8,9 +7,9 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Search — Knife Man Pages</title> + <title>Search — chef-client Man Pages</title> - <link rel="stylesheet" href="_static/chef.css" type="text/css" /> + <link rel="stylesheet" href="_static/guide.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> @@ -27,23 +26,6 @@ <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/searchtools.js"></script> <link rel="shortcut icon" href="_static/chef.ico"/> - <link rel="top" title="Knife Man Pages" href="index.html" /> - - <script type="text/javascript"> - jQuery(function() { Search.loadIndex("searchindex.js"); }); - </script> - - -<!-- Put the following javascript before the closing </head> tag. --> -<script> - (function() { - var cx = '002253161482252482270:qevo820vfhm'; - var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; - gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + - '//www.google.com/cse/cse.js?cx=' + cx; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); - })(); -</script> </head> @@ -52,30 +34,12 @@ <a href="http://docs.opscode.com/"><img src="_static/chef_html_logo.png" border="0" alt="Chef"/></a> </div> - <div class="related"> - <h3>Navigation</h3> - <ul> - <li><a href="http://docs.opscode.com/chef/knife.html" target="_products">Knife</a>•</li> - <li><a href="http://docs.opscode.com/chef/resources.html" target="_products">Resources</a>•</li> - <li><a href="http://docs.opscode.com/chef/dsl_recipe.html" target="_products">Recipe DSL</a>•</li> - <li><a href="http://docs.opscode.com/chef/lwrps_custom.html" target="_products">LWRPs</a>•</li> - <li><a href="http://docs.opscode.com/search.html">Search the Docs</a>•</li> - <li><a href="http://docs.opscode.com/">Home</a> »</li> - - </ul> - </div> - <div class="sphinxsidebar"> - <div class="sphinxsidebarwrapper"> - <p class="logo"><a href="knife.html"> - <img class="logo" src="_static/chef_logo.png" alt="Logo"/> - </a></p> - </div> - </div> + <div class="document"> <div class="documentwrapper"> - <div class="bodywrapper"> + <div class="body"> @@ -106,78 +70,14 @@ From here you can use a scoped Google search query to search all of the document </div> - </div> + </div> + + <div class="clearer"></div> </div> - <div class="related"> - <h3>Navigation</h3> - <ul> - <li><a href="http://docs.opscode.com/chef/knife.html" target="_products">Knife</a>•</li> - <li><a href="http://docs.opscode.com/chef/resources.html" target="_products">Resources</a>•</li> - <li><a href="http://docs.opscode.com/chef/dsl_recipe.html" target="_products">Recipe DSL</a>•</li> - <li><a href="http://docs.opscode.com/chef/lwrps_custom.html" target="_products">LWRPs</a>•</li> - <li><a href="http://docs.opscode.com/search.html">Search the Docs</a>•</li> - <li><a href="http://docs.opscode.com/">Home</a> »</li> - - </ul> - </div> - - <div class="footer"> - Documentation for current man pages for Knife. - - Send feedback to <a href="mailto:docs@getchef.com">docs@getchef.com</a>. - This work is licensed under a Creative Commons Attribution 3.0 Unported License. - - </div> -<!-- Start of Async Google Analytics Code --> -<script type="text/javascript"> -var _gaq = _gaq || []; -var pluginUrl = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.') + 'google-analytics.com/plugins/ga/inpage_linkid.js'; -_gaq.push(['_setAccount', 'UA-6369228-7']); -_gaq.push(['_setDomainName', '.opscode.com']); -_gaq.push(['_setAllowHash', false]); -_gaq.push(['_setAllowLinker', true]); -_gaq.push(['_addIgnoredRef','opscode.com']); -_gaq.push(['_trackPageview']); - -(function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; - ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(ga, s); })(); -</script> -<!-- End of Async Google Analytics Code --> - - - -<!-- Start of Contact Analytics Code --> -<script type="text/javascript"> -(function() { - var didInit = false; - function initMunchkin() { - if(didInit === false) { - didInit = true; - Munchkin.init('255-VFB-268'); - } - } - var s = document.createElement('script'); - s.type = 'text/javascript'; - s.async = true; - s.src = document.location.protocol + '//munchkin.marketo.net/munchkin.js'; - s.onreadystatechange = function() { - if (this.readyState == 'complete' || this.readyState == 'loaded') { - initMunchkin(); - } - }; - s.onload = initMunchkin; - document.getElementsByTagName('head')[0].appendChild(s); -})(); -</script> -<!-- End of Contact Analytics Code --> </body> |