2014-09-02 18:07:02 +05:30
|
|
|
%div
|
2018-03-17 18:26:18 +05:30
|
|
|
- if Gitlab::CurrentSettings.help_page_text.present?
|
2019-07-31 22:56:46 +05:30
|
|
|
.prepend-top-default.md
|
|
|
|
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :help_page_text)
|
2018-03-17 18:26:18 +05:30
|
|
|
%hr
|
|
|
|
|
|
|
|
%h1
|
|
|
|
GitLab
|
|
|
|
Community Edition
|
|
|
|
- if user_signed_in?
|
2018-12-05 23:21:45 +05:30
|
|
|
%span= link_to_version
|
2018-03-17 18:26:18 +05:30
|
|
|
= version_status_badge
|
2017-09-10 17:25:29 +05:30
|
|
|
%hr
|
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
- unless Gitlab::CurrentSettings.help_page_hide_commercial_content?
|
2014-09-02 18:07:02 +05:30
|
|
|
%p.slead
|
|
|
|
GitLab is open source software to collaborate on code.
|
|
|
|
%br
|
2015-09-25 12:07:36 +05:30
|
|
|
Manage git repositories with fine-grained access controls that keep your code secure.
|
2014-09-02 18:07:02 +05:30
|
|
|
%br
|
|
|
|
Perform code reviews and enhance collaboration with merge requests.
|
|
|
|
%br
|
|
|
|
Each project can also have an issue tracker and a wiki.
|
|
|
|
%br
|
|
|
|
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
|
|
|
|
%br
|
2017-08-17 22:00:37 +05:30
|
|
|
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}.
|
2019-07-31 22:56:46 +05:30
|
|
|
|
|
|
|
%p= link_to 'Check the current instance configuration ', help_instance_configuration_url
|
|
|
|
%hr
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
.row.prepend-top-default
|
2014-09-02 18:07:02 +05:30
|
|
|
.col-md-8
|
2019-07-07 11:18:12 +05:30
|
|
|
.documentation-index.md
|
2017-08-17 22:00:37 +05:30
|
|
|
= markdown(@help_index)
|
2014-09-02 18:07:02 +05:30
|
|
|
.col-md-4
|
2018-11-08 19:23:39 +05:30
|
|
|
.card
|
|
|
|
.card-header
|
2014-09-02 18:07:02 +05:30
|
|
|
Quick help
|
2018-11-08 19:23:39 +05:30
|
|
|
%ul.content-list
|
2017-09-10 17:25:29 +05:30
|
|
|
%li= link_to 'See our website for getting help', support_url
|
2018-03-17 18:26:18 +05:30
|
|
|
%li
|
|
|
|
%button.btn-blank.btn-link.js-trigger-search-bar{ type: 'button' }
|
|
|
|
Use the search bar on the top of this page
|
|
|
|
%li
|
|
|
|
%button.btn-blank.btn-link.js-trigger-shortcut{ type: 'button' }
|
|
|
|
Use shortcuts
|
|
|
|
- unless Gitlab::CurrentSettings.help_page_hide_commercial_content?
|
2017-09-10 17:25:29 +05:30
|
|
|
%li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/'
|
|
|
|
%li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare'
|