Commit e61e3eaa authored by Job van der Voort's avatar Job van der Voort Committed by Marin Jankovski

render readme in help

parent ce498eed
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
/** /**
* Page specific styles (issues, projects etc): * Page specific styles (issues, projects etc):
*/ */
@import "sections/*"; @import "sections/*";
/** /**
......
.documentation {
padding-bottom: 10px;
p {
padding: 10px;
margin: 0;
}
li {
list-style-type: none;
padding-left: 10px;
}
}
\ No newline at end of file
...@@ -33,53 +33,9 @@ ...@@ -33,53 +33,9 @@
Use Use
= link_to "shortcuts", '#', onclick: "new Shortcuts()" = link_to "shortcuts", '#', onclick: "new Shortcuts()"
.col-md-4 .col-md-8
.ui-box .ui-box.documentation
.title .title Documentation
User documentation
%ul.well-list
%li
%strong= link_to "Workflow", help_workflow_path
%p Learn how to use Git and GitLab together.
%li
%strong= link_to "SSH keys", help_ssh_path
%p Setup secure access to your projects.
%li = preserve do
%strong= link_to "GitLab Markdown", help_markdown_path = markdown File.read(Rails.root.join("doc", "README.md"))
%p Learn what you can do with GitLab's advanced formatting system. \ No newline at end of file
%li
%strong= link_to "Permissions", help_permissions_path
%p Get familiar with GitLab's permission levels.
%li
%strong= link_to "API", help_api_file_path(category: 'README')
%p Explore how you can access GitLab via a simple and powerful API.
%li
%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
.ui-box
.title
Admin documentation
%ul.well-list
%li
%strong= link_to "Rake Tasks", help_raketasks_path
%p Explore what GitLab has in store for you to make administration easier.
%li
%strong= link_to "System Hooks", help_system_hooks_path
%p Let GitLab notify you when certain management tasks need to be carried out.
%li
%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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment