Skip to content

Start using 'toc' in yaml frontmatter to explicitly disable it

Achilleas Pipinellis requested to merge docs/add-toc into master

What does this MR do?

To disable ToC, add in the yaml frontmatter of docs:

toc: false

By default set to true.

See https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/107

Merge request reports