Skip to content

Commit 3c71e29

Browse files
committed
Add doc-src
1 parent 3eeb885 commit 3c71e29

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<%= erb(:headers) %>
5+
<!-- Docs Metrics + Cookie Consent Script -->
6+
<meta name="guide-name" content="API Reference">
7+
<meta name="service-name" content="AWS SDK For Ruby - AWS SDK Rails">
8+
<script type="text/javascript" src="/assets/js/awsdocs-boot.js"></script>
9+
</head>
10+
<body>
11+
<div class="nav_wrap">
12+
<iframe id="nav" src="<%= @nav_url %>?1"></iframe>
13+
<div id="resizer"></div>
14+
</div>
15+
16+
<div id="main" tabindex="-1">
17+
<div id="header">
18+
<%= erb(:breadcrumb) %>
19+
<%= erb(:search) %>
20+
<div class="clear"></div>
21+
</div>
22+
23+
<div id="content">
24+
<!-- REGION_DISCLAIMER_DO_NOT_REMOVE -->
25+
<%= yieldall %>
26+
</div>
27+
28+
<%= erb(:footer) %>
29+
</div>
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)