class ViewComponent::DocsBuilderComponent::Section

def initialize(heading: nil, methods: [], show_types: true)

def initialize(heading: nil, methods: [], show_types: true)
  methods.sort_by! { |method| method[:name] }
  super
end