diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-08-04 16:28:51 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-08-04 16:28:51 +0300 |
commit | 9c33281c23be9a3a7854b82f95f30dc0fb98838a (patch) | |
tree | 9e809a964845a492f6d6f5ef8ac4aed6e8b07d3e /doc/README.md | |
parent | 0ef8fd0d91b07b26cb291b488d66c54c3d6478da (diff) | |
download | gitlab-ce-9c33281c23be9a3a7854b82f95f30dc0fb98838a.tar.gz |
Start using 'toc' in yaml frontmatter to explicitly disable itdocs/add-toc
See https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/107
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 8bb8e147cd1..9353a2b2fcd 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 |