Skip to content

Commit f90ef57

Browse files
committed
Add Privacy Notice to Docs
1 parent 0aca42a commit f90ef57

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.yardopts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
--title 'AWS X-Ray SDK for Ruby'
22
--markup markdown
3+
--template-path doc-src/templates
34
--no-progress
45
- LICENSE
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+
<script src="/SdkStatic/sdk-priv.js" async="true"></script>
6+
</div>

doc-src/templates/default/setup.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def javascripts
2+
(super + %w(js/tabs.js)).uniq
3+
end

0 commit comments

Comments
 (0)