forked from OSchip/llvm-project
docs: Decrease toctree depth on landing page.
Having the table of contents there was making it hard to easily see at a glance all the docs we have. llvm-svn: 171376
This commit is contained in:
parent
ff15b34dda
commit
d2a98e6dbb
|
@ -7,7 +7,7 @@ Welcome to Clang's documentation!
|
|||
=================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
LanguageExtensions
|
||||
LibASTMatchers
|
||||
|
|
Loading…
Reference in New Issue