module Jekyll::Algolia::FileBrowser

def self.url(file)

file - The Jekyll file

Public: Returns the url of the file, starting from the root
def self.url(file)
  file.url
end