Commit cc3ea3d3736db8d089e6e94d8f863d47631d0963
1 parent
973f9d30
Exists in
spb-stable
and in
3 other branches
Adapt the layout of the doc readme to fit the help page.
Showing
1 changed file
with
24 additions
and
16 deletions
Show diff stats
doc/README.md
1 | ## The GitLab Documentation covers the following subjects | 1 | ## The GitLab Documentation covers the following subjects |
2 | 2 | ||
3 | -+ [API](api/README.md) | ||
4 | -+ [Development](development/README.md) | ||
5 | -+ [Install](install/README.md) | ||
6 | -+ [Integration](integration/external-issue-tracker.md) | ||
7 | -+ [Legal](legal/README.md) | ||
8 | -+ [Markdown](markdown/markdown.md) | ||
9 | -+ [Permissions](permissions/permissions.md) | ||
10 | -+ [Public access](public_access/public_access.md) | ||
11 | -+ [Raketasks](raketasks/README.md) | ||
12 | -+ [Release](release/README.md) | ||
13 | -+ [Security](security/README.md) | ||
14 | -+ [SSH](ssh/README.md) | ||
15 | -+ [System hooks](system_hooks/system_hooks.md) | ||
16 | -+ [Update](update/README.md) | ||
17 | -+ [Web hooks](web_hooks/web_hooks.md) | ||
18 | -+ [Workflow](workflow/workflow.md) | 3 | +User documentation |
4 | + | ||
5 | ++ [API](api/README.md) Explore how you can access GitLab via a simple and powerful API. | ||
6 | ++ [Markdown](markdown/markdown.md) Learn what you can do with GitLab's advanced formatting system. | ||
7 | ++ [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do. | ||
8 | ++ [Public access](public_access/public_access.md) Learn how you can allow public and internal access to a project. | ||
9 | ++ [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects. | ||
10 | ++ [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project. | ||
11 | ++ [Workflow](workflow/workflow.md) Learn how to use Git and GitLab together. | ||
12 | + | ||
13 | +Administrator documentation | ||
14 | + | ||
15 | ++ [Install](install/README.md) Requirements, directory structures and manual installation. | ||
16 | ++ [Integration](integration/external-issue-tracker.md) How to integrate JIRA and Redmine. | ||
17 | ++ [Raketasks](raketasks/README.md) Explore what GitLab has in store for you to make administration easier. | ||
18 | ++ [System hooks](system_hooks/system_hooks.md) Let GitLab notify you when certain management tasks need to be carried out. | ||
19 | ++ [Security](security/README.md) Learn what you can do to further secure your GitLab instance. | ||
20 | ++ [Update](update/README.md) Update guides to upgrade your installation. | ||
21 | + | ||
22 | +Contributor documentation | ||
23 | + | ||
24 | ++ [Development](development/README.md) Explains the architecture and the guidelines for shell commands. | ||
25 | ++ [Legal](legal/README.md) Contributor license agreements. | ||
26 | ++ [Release](release/README.md) How to make the monthly and security releases. |