[llvm] dbece2b - [Docs] Fix FAQ and Lexicon links under design overview (#89027)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 22:58:00 PDT 2024


Author: Aiden Grossman
Date: 2024-04-17T22:57:55-07:00
New Revision: dbece2bb06e7329d1390b59b3bd2e1558627c2f7

URL: https://github.com/llvm/llvm-project/commit/dbece2bb06e7329d1390b59b3bd2e1558627c2f7
DIFF: https://github.com/llvm/llvm-project/commit/dbece2bb06e7329d1390b59b3bd2e1558627c2f7.diff

LOG: [Docs] Fix FAQ and Lexicon links under design overview (#89027)

This patch updates the FAQ and lexicon links under design overview to
actually work instead of being incomplete and thus completely missing
from the output.

Added: 
    

Modified: 
    llvm/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/index.rst b/llvm/docs/index.rst
index d1e1e785b0efb9..b480729aaa5d9f 100644
--- a/llvm/docs/index.rst
+++ b/llvm/docs/index.rst
@@ -24,6 +24,12 @@ Several introductory papers and presentations.
    FAQ
    Lexicon
 
+:doc:`FAQ`
+  Frequently asked questions.
+
+:doc:`Lexicon`
+  Glossary.
+
 `Introduction to the LLVM Compiler`__
   Presentation providing a users introduction to LLVM.
 


        


More information about the llvm-commits mailing list