Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-04-02 14:47:07 +0400
committerdosire <sytses@gmail.com>2014-04-02 14:47:07 +0400
commit7aacc08a92c2bbac74c45d9b506a801f3d947984 (patch)
treeeda7f55a0fb3f2f2d3bb6a2e52887ed5659fd03d /doc/README.md
parentcc3ea3d3736db8d089e6e94d8f863d47631d0963 (diff)
Make headers of the doc bold.
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md
index 9d39a1b0cdd..3c76f9e4f82 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,6 +1,6 @@
## The GitLab Documentation covers the following subjects
-User documentation
+**User documentation**
+ [API](api/README.md) Explore how you can access GitLab via a simple and powerful API.
+ [Markdown](markdown/markdown.md) Learn what you can do with GitLab's advanced formatting system.
@@ -10,7 +10,7 @@ User documentation
+ [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
+ [Workflow](workflow/workflow.md) Learn how to use Git and GitLab together.
-Administrator documentation
+**Administrator documentation**
+ [Install](install/README.md) Requirements, directory structures and manual installation.
+ [Integration](integration/external-issue-tracker.md) How to integrate JIRA and Redmine.
@@ -19,7 +19,7 @@ Administrator documentation
+ [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
+ [Update](update/README.md) Update guides to upgrade your installation.
-Contributor documentation
+**Contributor documentation**
+ [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
+ [Legal](legal/README.md) Contributor license agreements.