Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
e61e3eaa
Commit
e61e3eaa
authored
Apr 15, 2014
by
Job van der Voort
Committed by
Marin Jankovski
May 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
render readme in help
parent
ce498eed
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
49 deletions
+17
-49
app/assets/stylesheets/application.scss
app/assets/stylesheets/application.scss
+1
-0
app/assets/stylesheets/sections/help.scss
app/assets/stylesheets/sections/help.scss
+11
-0
app/views/help/index.html.haml
app/views/help/index.html.haml
+5
-49
No files found.
app/assets/stylesheets/application.scss
View file @
e61e3eaa
...
...
@@ -34,6 +34,7 @@
/**
* Page specific styles (issues, projects etc):
*/
@import
"sections/*"
;
/**
...
...
app/assets/stylesheets/sections/help.scss
0 → 100644
View file @
e61e3eaa
.documentation
{
padding-bottom
:
10px
;
p
{
padding
:
10px
;
margin
:
0
;
}
li
{
list-style-type
:
none
;
padding-left
:
10px
;
}
}
\ No newline at end of file
app/views/help/index.html.haml
View file @
e61e3eaa
...
...
@@ -33,53 +33,9 @@
Use
=
link_to
"shortcuts"
,
'#'
,
onclick:
"new Shortcuts()"
.col-md-4
.ui-box
.title
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.
.col-md-8
.ui-box.documentation
.title
Documentation
%li
%strong
=
link_to
"GitLab Markdown"
,
help_markdown_path
%p
Learn what you can do with GitLab's advanced formatting system.
%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.
=
preserve
do
=
markdown
File
.
read
(
Rails
.
root
.
join
(
"doc"
,
"README.md"
))
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment