diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-08-10 15:12:58 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-08-10 15:12:58 +0000 |
commit | b1ae717de64eee22266be4c46807009b16c64ba9 (patch) | |
tree | 5d9e150545d83f626113ce7b8902335f15f9213e /doc/README.md | |
parent | 0ff2f664256299e1d7da84632a58fd9c3a712612 (diff) | |
parent | 9c33281c23be9a3a7854b82f95f30dc0fb98838a (diff) | |
download | gitlab-ce-b1ae717de64eee22266be4c46807009b16c64ba9.tar.gz |
Merge branch 'docs/add-toc' into 'master'
Start using 'toc' in yaml frontmatter to explicitly disable it
See merge request !13310
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index ca4790ceda0..53aed96785d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,3 +1,7 @@ +--- +toc: false +--- + # GitLab Documentation Welcome to [GitLab](https://about.gitlab.com/), a Git-based fully featured |