class Jazzy::SourceHost::GitLab

GitLab very similar to GitHub

Public Instance Methods

image() click to toggle source
# File lib/jazzy/source_host.rb, line 87
def image
  'gitlab.svg'
end
name() click to toggle source
# File lib/jazzy/source_host.rb, line 83
def name
  'GitLab'
end