[Docs] Bug fix for document not included in toctree
authorDeForest Richards <d4m1887@gmail.com>
Sat, 21 Sep 2019 14:29:19 +0000 (14:29 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Sat, 21 Sep 2019 14:29:19 +0000 (14:29 +0000)
Fixes 'document not included in toctree' bug for FAQ and Lexicon topics.

llvm-svn: 372470

llvm/docs/index.rst

index 0907df5..9741b81 100644 (file)
@@ -21,6 +21,9 @@ Several introductory papers and presentations.
 .. toctree::
    :hidden:
 
+   FAQ
+   Lexicon
+
 `Introduction to the LLVM Compiler`__
   Presentation providing a users introduction to LLVM.