gitlab-org--gitlab-foss/app/views/help/index.html.haml

51 lines
1.5 KiB
Plaintext
Raw Normal View History

%div
%h1
2013-10-27 15:06:02 +00:00
GitLab
%span= Gitlab::VERSION
%small= Gitlab::REVISION
2013-10-27 15:06:02 +00:00
%p.slead
GitLab is open source software to collaborate on code.
%br
Manage git repositories with fine grained access controls that keep your code secure.
2013-10-27 15:06:02 +00:00
%br
Perform code reviews and enhance collaboration with merge requests.
%br
Each project can also have an issue tracker and a wiki.
%br
2014-04-14 11:50:31 +00:00
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
%br
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank'}.
%hr
2013-01-05 22:30:38 +00:00
.row
.col-md-8
.documentation-index
= preserve do
- readme_text = File.read(Rails.root.join("doc", "README.md"))
- text = readme_text.dup
- readme_text.scan(/\]\(([^(]+)\)/) { |match| text.gsub!(match.first, "help/#{match.first}") }
= markdown text
.col-md-4
.panel.panel-default
.panel-heading
2013-07-13 17:36:21 +00:00
Quick help
2013-01-05 22:30:38 +00:00
%ul.well-list
%li
See our website for
= link_to 'getting help', promo_url + '/getting-help/'
2013-01-19 00:35:16 +00:00
%li
Use the
2014-08-21 08:14:31 +00:00
= link_to 'search bar', '#', onclick: 'Shortcuts.focusSearch(event)'
2013-01-19 00:35:16 +00:00
on the top of this page
%li
Use
2014-08-21 08:14:31 +00:00
= link_to 'shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
%li
Get a support
= link_to 'subscription', 'https://about.gitlab.com/pricing/'
%li
= link_to 'Compare', 'https://about.gitlab.com/features/#compare'
GitLab editions