gitlabhq/app/views/help/index.html.haml

79 lines
2.2 KiB
Plaintext
Raw Normal View History

%h3.page_title
2012-05-24 08:23:25 +02:00
GITLAB
2013-01-30 15:40:43 +01:00
.pull-right
%span= Gitlab::VERSION
%small= Gitlab::REVISION
2012-02-15 22:51:04 +01:00
%hr
%p.lead
Self Hosted Git Management
%br
2013-03-19 11:52:59 +01:00
Fast, secure and stable solution based on Ruby on Rails.
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
2013-03-06 20:39:10 +01:00
= link_to "search bar", '#', onclick: "$('#search').focus();"
2013-01-19 01:35:16 +01:00
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.
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.
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.
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.
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.
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.
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.
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.