module YARD::Templates::Helpers::HtmlHelper

def url_for_index

Returns:
  • (String) - the URL pointing to the first main page the
def url_for_index
  url_for_file("_index.html")
end