diff options
| author | DeForest Richards <d4m1887@gmail.com> | 2019-09-20 22:16:39 +0000 |
|---|---|---|
| committer | DeForest Richards <d4m1887@gmail.com> | 2019-09-20 22:16:39 +0000 |
| commit | eacbe1cccc40ddd8874fcdbbee2cb9f8a842f4b5 (patch) | |
| tree | 0fce3d2acc299975997d63d9ee34889572565d95 /llvm/docs/_templates/indexsidebar.html | |
| parent | 63ddbc2fbc31f2ef32f61d7c603d42bb92a7dcbd (diff) | |
| download | bcm5719-llvm-eacbe1cccc40ddd8874fcdbbee2cb9f8a842f4b5.tar.gz bcm5719-llvm-eacbe1cccc40ddd8874fcdbbee2cb9f8a842f4b5.zip | |
[Docs] Add a custom sidebar to doc pages
Adds a custom sidebar to LLVM docs. Sidebar includes links to How to submit a bug and FAQ topics, as well as a Show Source link and search box.
llvm-svn: 372432
Diffstat (limited to 'llvm/docs/_templates/indexsidebar.html')
| -rw-r--r-- | llvm/docs/_templates/indexsidebar.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/llvm/docs/_templates/indexsidebar.html b/llvm/docs/_templates/indexsidebar.html index 416174279ce..dbd85f06a04 100644 --- a/llvm/docs/_templates/indexsidebar.html +++ b/llvm/docs/_templates/indexsidebar.html @@ -3,5 +3,10 @@ <h3>Bugs</h3> -<p>LLVM bugs should be reported to - <a href="http://llvm.org/bugs">Bugzilla</a>.</p> +<p>Information on submitting bugs can be found + <a href="https://llvm.org/docs/HowToSubmitABug.html">here</a>.</p> + +<h3>FAQ</h3> + +<p> A list of + <a href="https://llvm.org/docs/FAQ.html">frequently asked questions</a> about LLVM.</p>
\ No newline at end of file |

