We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aca42a commit f90ef57Copy full SHA for f90ef57
.yardopts
@@ -1,4 +1,5 @@
1
--title 'AWS X-Ray SDK for Ruby'
2
--markup markdown
3
+--template-path doc-src/templates
4
--no-progress
5
- LICENSE
doc-src/templates/default/layout/html/footer.erb
@@ -0,0 +1,6 @@
+<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 %>).
+<script src="/SdkStatic/sdk-priv.js" async="true"></script>
6
+</div>
doc-src/templates/default/setup.rb
@@ -0,0 +1,3 @@
+def javascripts
+ (super + %w(js/tabs.js)).uniq
+end
0 commit comments