Skip to content

Commit

Permalink
Use v2 cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jul 29, 2020
1 parent 71b53d0 commit 15f77c3
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
--title 'AWS SDK Rails'
--template-path doc-src/templates
--plugin sitemap
--hide-api private
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ group :development do
end

group :docs do
gem 'kramdown'
gem 'yard'
gem 'yard-sitemap', '~> 1.0'
end
Expand Down
32 changes: 32 additions & 0 deletions doc-src/templates/default/layout/html/footer.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<div id="footer">
Generated on <%= Time.now.strftime("%c") %> by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
<%= YARD::VERSION %> (ruby-<%= RUBY_VERSION %>).
<div id="awsdocs-legal-zone-copyright"></div>
</div>

<script type="text/javascript" src="/assets/js/awsdocs-boot.js" defer></script>

<!-- SiteCatalyst code version: H.25.2.
Copyright 1996-2012 Adobe, Inc. All Rights Reserved
More info available at http://www.omniture.com -->
<script type="text/javascript" src="https://a0.awsstatic.com/s_code/js/2.0/awshome_s_code.js"></script>
<script type="text/javascript">
<!-- // Documentation Service Name
s.prop66='AWS SDK for Ruby - AWS SDK Rails';
s.eVar66='D=c66';
// Documentation Guide Name
s.prop65='API Reference';
s.eVar65='D=c65';
var s_code=s.t();if(s_code)document.write(s_code)
//-->
</script>
<script type="text/javascript">
<!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //-->
</script>
<noscript><img src="http://amazonwebservices.d2.sc.omtrdc.net/b/ss/awsamazondev/1/H.25.2--NS/0" height="1" width="1" border="0" alt=""></noscript>
<!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.25.2. -->

<script>((window.gitter = {}).chat = {}).options = { room: 'aws/aws-sdk-ruby' };</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>

0 comments on commit 15f77c3

Please sign in to comment.