Skip to content

Commit 1f2710a

Browse files
committed
Use v2 cookie
1 parent 89e0afc commit 1f2710a

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

.yardopts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--title "Amazon DynamoDB Session Store"
2-
--exclude /generators/
1+
--title 'AWS DynamoDB Session Store'
2+
--template-path doc-src/templates
33
--hide-api private
44
--plugin sitemap
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<div id="footer">
2+
Generated on <%= Time.now.strftime("%c") %> by
3+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4+
<%= YARD::VERSION %> (ruby-<%= RUBY_VERSION %>).
5+
<div id="awsdocs-legal-zone-copyright"></div>
6+
</div>
7+
8+
<script type="text/javascript" src="/assets/js/awsdocs-boot.js" defer></script>
9+
10+
<!-- SiteCatalyst code version: H.25.2.
11+
Copyright 1996-2012 Adobe, Inc. All Rights Reserved
12+
More info available at http://www.omniture.com -->
13+
<script type="text/javascript" src="https://a0.awsstatic.com/s_code/js/2.0/awshome_s_code.js"></script>
14+
<script type="text/javascript">
15+
<!-- // Documentation Service Name
16+
s.prop66='AWS SDK for Ruby - AWS DynamoDB Session Store';
17+
s.eVar66='D=c66';
18+
// Documentation Guide Name
19+
s.prop65='API Reference';
20+
s.eVar65='D=c65';
21+
var s_code=s.t();if(s_code)document.write(s_code)
22+
//-->
23+
</script>
24+
<script type="text/javascript">
25+
<!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //-->
26+
</script>
27+
<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>
28+
<!--/DO NOT REMOVE/-->
29+
<!-- End SiteCatalyst code version: H.25.2. -->
30+
31+
<script>((window.gitter = {}).chat = {}).options = { room: 'aws/aws-sdk-ruby' };</script>
32+
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>

0 commit comments

Comments
 (0)