Sha256: 0057fdf61b23c117805b538aa661e2d13568d5d9e985083c149f87ef90ca9a44
Contents?: true
Size: 613 Bytes
Versions: 8
Compression:
Stored size: 613 Bytes
Contents
# Consider if this should simply replace the Classes list. =begin TODO(thomthom): Temporarily disabled until we have time to fully implement this. def menu_lists # Load the existing menus super + [ { :type => 'object_types', :title => 'Object Reference', :search_title => 'Object Reference List' } ] end =end def javascripts # Using the latest 1.x jQuery from CDN broke the YARD js. For now we must # continue to use the version shipping with the YARD template we use as base. %w(js/jquery.js js/app.js) end def stylesheets %w(css/style.css css/sketchup.css css/rubyapi.css) end
Version data entries
8 entries across 8 versions & 1 rubygems