From dbece2bb06e7329d1390b59b3bd2e1558627c2f7 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 17 Apr 2024 22:57:55 -0700 Subject: [PATCH] [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. --- llvm/docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index d1e1e785b0ef..b480729aaa5d 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.