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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-01-29 15:06:21 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-01-29 15:06:21 +0300
commit20a78cb23e4235a704d508ef9aba83db3ab20f9e (patch)
tree7b19654f7af6397c1bab27fdabc929c8fe85254e /README.md
parente602a5195a21519fdf9b36c5985cdaee0a691ac0 (diff)
Add ToC
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 800224ca..1da236b2 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,30 @@ documentation website and is deployed to https://docs.gitlab.com. It uses the
[Nanoc](http://nanoc.ws) static site generator.
You will not find any GitLab docs content here. All documentation files are
-hosted in the respective repository of each product (see the following section).
+hosted in the respective repository of [each product](projects-we-pull-from).
+
+<!-- START doctoc generated TOC please keep comment here to allow auto update -->
+<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
+**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
+
+- [Projects we pull from](#projects-we-pull-from)
+- [Contributing](#contributing)
+- [License](#license)
+- [Development under GDK](#development-under-gdk)
+- [Development using this repo](#development-using-this-repo)
+ - [Requirements](#requirements)
+ - [Ruby](#ruby)
+ - [Bundler](#bundler)
+ - [Clone the repositories](#clone-the-repositories)
+ - [Create the content symlinks](#create-the-content-symlinks)
+ - [Install Nanoc's dependencies](#install-nanoc-s-dependencies)
+ - [Preview the Docs website](#preview-the-docs-website)
+ - [Preview on mobile](#preview-on-mobile)
+- [Contributing to the docs website itself](#contributing-to-the-docs-website-itself)
+- [Review Apps for documentation merge requests](#review-apps-for-documentation-merge-requests)
+- [Deployment process](#deployment-process)
+
+<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Projects we pull from