Reorder the sections of "USE AND EXTENSIONS" so the most useful to
users new to lldb are at the top.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@166381 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/sidebar.incl b/www/sidebar.incl
index d8a3b5a..1ab38f6 100644
--- a/www/sidebar.incl
+++ b/www/sidebar.incl
@@ -14,13 +14,13 @@
     <div class="urbangreymenu">
       <h1 class="headerbar">Use and Extension</h1>
       <ul>
-        <li><a href="architecture.html">Architecture</a></li>
-        <li><a href="formats.html">Frame and Thread Formatting</a></li>
+        <li><a href="tutorial.html">Tutorial</a></li>
         <li><a href="lldb-gdb.html">GDB and LLDB command examples</a></li>
+        <li><a href="formats.html">Frame and Thread Formatting</a></li>
+        <li><a href="varformats.html">Variable Formatting</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>
-        <li><a href="varformats.html">Variable Formatting</a></li>
+        <li><a href="architecture.html">Architecture</a></li>
       </ul>
     </div>
   </div>