2012-06-30 23:35:24 +02:00
|
|
|
%h3.page_title
|
2012-05-24 08:23:25 +02:00
|
|
|
GITLAB
|
2013-01-30 15:40:43 +01:00
|
|
|
.pull-right
|
2013-02-16 13:42:22 +01:00
|
|
|
%span= Gitlab::VERSION
|
|
|
|
%small= Gitlab::REVISION
|
2012-02-15 22:51:04 +01:00
|
|
|
%hr
|
2012-06-30 23:35:24 +02:00
|
|
|
%p.lead
|
|
|
|
Self Hosted Git Management
|
|
|
|
%br
|
|
|
|
Fast, secure and stable solution based on Ruby on Rails & Gitolite.
|
2012-01-22 13:25:43 +01:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%br
|
|
|
|
|
|
|
|
.row
|
2013-01-19 01:35:16 +01:00
|
|
|
.span4
|
2013-01-05 23:30:38 +01:00
|
|
|
.ui-box
|
|
|
|
.title
|
2013-01-19 01:35:16 +01:00
|
|
|
%h5 Quick help
|
2013-01-05 23:30:38 +01:00
|
|
|
%ul.well-list
|
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
Email your
|
|
|
|
= mail_to Gitlab.config.gitlab.support_email, "support contact"
|
|
|
|
%li
|
|
|
|
Use the
|
|
|
|
= link_to "search bar", '#', onclick: "$("#search").focus();"
|
|
|
|
on the top of this page
|
|
|
|
%li
|
|
|
|
Ask in our
|
|
|
|
= link_to "support forum", "https://groups.google.com/forum/#!forum/gitlabhq"
|
|
|
|
%li
|
|
|
|
Browse our
|
|
|
|
= link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues"
|
|
|
|
.span4
|
|
|
|
.ui-box
|
|
|
|
.title
|
|
|
|
%h5 User documentation
|
|
|
|
%ul.well-list
|
|
|
|
%li
|
|
|
|
%strong= link_to "Workflow", help_workflow_path
|
|
|
|
%p Learn how to use Git and GitLab together.
|
2012-01-22 13:25:43 +01:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "SSH keys", help_ssh_path
|
|
|
|
%p Setup secure access to your projects.
|
2012-01-22 13:25:43 +01:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "GitLab Markdown", help_markdown_path
|
|
|
|
%p Learn what you can do with GitLab's advanced formatting system.
|
2012-01-22 13:25:43 +01:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "Permissions", help_permissions_path
|
|
|
|
%p Get familiar with GitLab's permission levels.
|
2012-06-30 23:35:24 +02:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "API", help_api_path
|
|
|
|
%p Explore how you can access GitLab via a simple and powerful API.
|
2012-07-06 02:05:12 +02:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "Web Hooks", help_web_hooks_path
|
|
|
|
%p Let GitLab notify you when new code has been pushed to your project.
|
2012-07-21 09:47:57 +02:00
|
|
|
|
2013-01-19 01:35:16 +01:00
|
|
|
.span4
|
2013-01-05 23:30:38 +01:00
|
|
|
.ui-box
|
|
|
|
.title
|
2013-01-19 01:35:16 +01:00
|
|
|
%h5 Admin documentation
|
2013-01-05 23:30:38 +01:00
|
|
|
%ul.well-list
|
2012-08-02 23:20:09 +02:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "Rake Tasks", help_raketasks_path
|
|
|
|
%p Explore what GitLab has in store for you to make administration easier.
|
2012-08-22 02:56:53 +02:00
|
|
|
|
2013-01-05 23:30:38 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "System Hooks", help_system_hooks_path
|
|
|
|
%p Let GitLab notify you when certain management tasks need to be carried out.
|
2012-12-02 13:56:04 +01:00
|
|
|
|
2013-01-13 16:24:29 +01:00
|
|
|
%li
|
2013-01-19 01:35:16 +01:00
|
|
|
%strong= link_to "Public Access", help_public_access_path
|
|
|
|
%p Learn how you can allow public access to a project.
|