+ <%= image_tag "logo.png?v=2", class: 'logo' %>
+ <% if language_tabs.any? %>
<% language_tabs.each do |lang| %>
<% if lang.is_a? Hash %>
@@ -66,8 +93,22 @@ under the License.
<% end %>
-
-
+
+ <% toc_data(page_content).each do |h1| %>
+ -
+ <%= h1[:content] %>
+ <% if h1[:children].length > 0 %>
+
+ <% end %>
+
+ <% end %>
+
<% if current_page.data.toc_footers %>