Rename the lldb/gdb command page.
authorJason Molenda <jmolenda@apple.com>
Sat, 20 Oct 2012 21:00:03 +0000 (21:00 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 20 Oct 2012 21:00:03 +0000 (21:00 +0000)
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.

llvm-svn: 166380

lldb/www/sidebar.incl

index 94b64c4..d8a3b5a 100644 (file)
       <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>