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

86 lines
2.6 KiB
Plaintext
Raw Normal View History

.jumbotron
2013-10-27 15:06:02 +00:00
%h2
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
Used by more than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
%br
Read more about GitLab at #{link_to "www.gitlab.com", "https://www.gitlab.com/", target: "_blank"}.
2013-01-05 22:30:38 +00:00
.row
.col-md-4
2013-01-05 22:30:38 +00:00
.ui-box
.title
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", "https://www.gitlab.com/getting-help/"
2013-01-19 00:35:16 +00:00
%li
Use the
2013-03-06 19:39:10 +00:00
= link_to "search bar", '#', onclick: "$('#search').focus();"
2013-01-19 00:35:16 +00:00
on the top of this page
%li
Use
= link_to "shortcuts", '#', onclick: "new Shortcuts()"
.col-md-4
2013-01-19 00:35:16 +00:00
.ui-box
.title
2013-07-13 17:36:21 +00:00
User documentation
2013-01-19 00:35:16 +00:00
%ul.well-list
%li
%strong= link_to "Workflow", help_workflow_path
%p Learn how to use Git and GitLab together.
2013-01-05 22:30:38 +00:00
%li
2013-01-19 00:35:16 +00:00
%strong= link_to "SSH keys", help_ssh_path
%p Setup secure access to your projects.
2013-01-05 22:30:38 +00:00
%li
2013-01-19 00:35:16 +00:00
%strong= link_to "GitLab Markdown", help_markdown_path
%p Learn what you can do with GitLab's advanced formatting system.
2013-01-05 22:30:38 +00:00
%li
2013-01-19 00:35:16 +00:00
%strong= link_to "Permissions", help_permissions_path
%p Get familiar with GitLab's permission levels.
2013-01-05 22:30:38 +00:00
%li
2013-10-14 13:47:05 +00:00
%strong= link_to "API", help_api_file_path(category: 'README')
2013-01-19 00:35:16 +00:00
%p Explore how you can access GitLab via a simple and powerful API.
2012-07-06 00:05:12 +00:00
2013-01-05 22:30:38 +00:00
%li
2013-01-19 00:35:16 +00:00
%strong= link_to "Web Hooks", help_web_hooks_path
%p Let GitLab notify you when new code has been pushed to your project.
.col-md-4
2013-01-05 22:30:38 +00:00
.ui-box
.title
2013-07-13 17:36:21 +00:00
Admin documentation
2013-01-05 22:30:38 +00:00
%ul.well-list
2012-08-02 21:20:09 +00:00
2013-01-05 22:30:38 +00:00
%li
2013-01-19 00:35:16 +00: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 22:30:38 +00:00
%li
2013-01-19 00:35:16 +00: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 15:24:29 +00:00
%li
2013-01-19 00:35:16 +00:00
%strong= link_to "Public Access", help_public_access_path
%p Learn how you can allow public access to a project.
%li
%strong= link_to "Security", help_security_path
%p Learn what you can do to secure your GitLab instance.