Added a python FAQ page with detailed examples of how to add python functions
to breakpoints, creating new LLDB commands using python modules and also how
to run scripts from the command line. 



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@148650 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/sidebar.incl b/www/sidebar.incl
index 22ef2af..b36da7d 100644
--- a/www/sidebar.incl
+++ b/www/sidebar.incl
@@ -20,8 +20,10 @@
         <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="python-faq.html">Python FAQ</a></li>
         <li><a href="scripting.html">Python Scripting</a></li>
         <li><a href="tutorial.html">Tutorial</a></li>
+        <li><a href="varformats.html">Variable Formatting</a></li>
       </ul>
     </div>
   </div>