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

84 lines
2.4 KiB
Plaintext
Raw Normal View History

2013-07-13 03:13:36 -04:00
%h2.page-title
GitLab
2013-01-30 09:40:43 -05:00
.pull-right
%span= Gitlab::VERSION
%small= Gitlab::REVISION
2013-07-13 03:13:36 -04:00
%p.slead
Self Hosted Git Management
%br
2013-03-19 06:52:59 -04:00
Fast, secure and stable solution based on Ruby on Rails.
2013-01-05 17:30:38 -05:00
%br
.row
2013-01-18 19:35:16 -05:00
.span4
2013-01-05 17:30:38 -05:00
.ui-box
.title
2013-01-18 19:35:16 -05:00
%h5 Quick help
2013-01-05 17:30:38 -05:00
%ul.well-list
%li
2013-01-18 19:35:16 -05:00
Email your
= mail_to gitlab_config.support_email, "support contact"
2013-01-18 19:35:16 -05:00
%li
Use the
2013-03-06 14:39:10 -05:00
= link_to "search bar", '#', onclick: "$('#search').focus();"
2013-01-18 19:35:16 -05:00
on the top of this page
%li
Use
= link_to "shortcuts", '#', onclick: "new Shortcuts()"
2013-01-18 19:35:16 -05:00
%li
Ask in our
= link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq"
2013-05-27 04:46:51 -04:00
or on
= link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab"
2013-01-18 19:35:16 -05:00
%li
Browse our
= link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues"
2013-01-18 19:35:16 -05:00
.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 17:30:38 -05:00
%li
2013-01-18 19:35:16 -05:00
%strong= link_to "SSH keys", help_ssh_path
%p Setup secure access to your projects.
2013-01-05 17:30:38 -05:00
%li
2013-01-18 19:35:16 -05:00
%strong= link_to "GitLab Markdown", help_markdown_path
%p Learn what you can do with GitLab's advanced formatting system.
2013-01-05 17:30:38 -05:00
%li
2013-01-18 19:35:16 -05:00
%strong= link_to "Permissions", help_permissions_path
%p Get familiar with GitLab's permission levels.
2013-01-05 17:30:38 -05:00
%li
2013-01-18 19:35:16 -05:00
%strong= link_to "API", help_api_path
%p Explore how you can access GitLab via a simple and powerful API.
2012-07-05 20:05:12 -04:00
2013-01-05 17:30:38 -05:00
%li
2013-01-18 19:35:16 -05: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-18 19:35:16 -05:00
.span4
2013-01-05 17:30:38 -05:00
.ui-box
.title
2013-01-18 19:35:16 -05:00
%h5 Admin documentation
2013-01-05 17:30:38 -05:00
%ul.well-list
2012-08-02 17:20:09 -04:00
2013-01-05 17:30:38 -05:00
%li
2013-01-18 19:35:16 -05: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 17:30:38 -05:00
%li
2013-01-18 19:35:16 -05: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 10:24:29 -05:00
%li
2013-01-18 19:35:16 -05:00
%strong= link_to "Public Access", help_public_access_path
%p Learn how you can allow public access to a project.