[Lldb-commits] [lldb] r166380 - /lldb/trunk/www/sidebar.incl

Jason Molenda jmolenda at apple.com
Sat Oct 20 14:00:03 PDT 2012


Author: jmolenda
Date: Sat Oct 20 16:00:03 2012
New Revision: 166380

URL: http://llvm.org/viewvc/llvm-project?rev=166380&view=rev
Log:
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.

Modified:
    lldb/trunk/www/sidebar.incl

Modified: lldb/trunk/www/sidebar.incl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/sidebar.incl?rev=166380&r1=166379&r2=166380&view=diff
==============================================================================
--- lldb/trunk/www/sidebar.incl (original)
+++ lldb/trunk/www/sidebar.incl Sat Oct 20 16:00:03 2012
@@ -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>





More information about the lldb-commits mailing list