Class: Jazzy::SourceHost::GitLab

Inherits:
GitHub
  • Object
show all
Defined in:
lib/jazzy/source_host.rb

Overview

GitLab very similar to GitHub

Instance Method Summary collapse

Methods inherited from GitHub

#extension, #item_url, #url

Methods included from Config::Mixin

#config

Instance Method Details

#imageObject



87
88
89
# File 'lib/jazzy/source_host.rb', line 87

def image
  'gitlab.svg'
end

#nameObject



83
84
85
# File 'lib/jazzy/source_host.rb', line 83

def name
  'GitLab'
end