Sha256: f4665bd9610b0086c319f02f21a22e17abc947a753efad518151abb5a3c89765
Contents?: true
Size: 448 Bytes
Versions: 4
Compression:
Stored size: 448 Bytes
Contents
Path: <%= current_page.path %> Source: <%= current_page.source_file[:full_path].sub(root + "/", "") %> <% if current_page.parent %> Parent: <%= current_page.parent.path %> <% end %> <% current_page.children.each do |p| %> Child: <%= p.path %> <% end %> <% current_page.siblings.each do |p| %> Sibling: <%= p.path %> <% end %> <% current_page.children.each do |p| %> <% if p.data %> Data: <%= p.data.inspect %> <% end %> <% end %>
Version data entries
4 entries across 2 versions & 1 rubygems