in lib/helpers/generic.rb [75:79]
def docs_section(title, path, machine_readable = false) section = find_section(title, path) || "none" machine_readable ? machine_friendly(section) : section end