Rename the lldb/gdb command page.
Remove 'Customization', 'Documentation', and 'FAQ' pages from the sidebar's "USE AND EXTENSION"
section.  These pages have no content.  If someone ever wants to add content to them, we can
re-add them to the sidebar.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@166380 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/sidebar.incl b/www/sidebar.incl
index 94b64c4..d8a3b5a 100644
--- a/www/sidebar.incl
+++ b/www/sidebar.incl
@@ -15,11 +15,8 @@
       <h1 class="headerbar">Use and Extension</h1>
       <ul>
         <li><a href="architecture.html">Architecture</a></li>
-        <li><a href="customization.html">Customization</a></li>
-        <li><a href="docs.html">Documentation</a></li>
-        <li><a href="faq.html">FAQ</a></li>
         <li><a href="formats.html">Frame and Thread Formatting</a></li>
-        <li><a href="lldb-gdb.html">LLDB and GDB</a></li>
+        <li><a href="lldb-gdb.html">GDB and LLDB command examples</a></li>
         <li><a href="python-reference.html">Python Reference</a></li>
         <li><a href="scripting.html">Python Example</a></li>
         <li><a href="tutorial.html">Tutorial</a></li>
@@ -48,4 +45,4 @@
     </ul>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>