--- layout: default title: API nav_order: 3 --- # API <% @sections.each do |section| %> ## <%= section.heading %> <% section.methods.each do |method| %> ### <%== render ViewComponent::DocsBuilderComponent::MethodDoc.new(method) %> <% end %> <% end %>