Feedback I hear regularly is that the LLDB website is hard to navigate. This patch is an attempt to simplify things by breaking the website up in 3 major areas: using LLDB, extending LLDB and developing LLDB.
Concretely:
- The majority of the "project" pages were eliminated, with the exception of the projects page, which was moved under "Developing LLDB". The goals, features and status page were pretty outdated and while they probably made sense in the past, they don't feel all that relevant anymore now that LLDB is an established debugger. The releases page was replaced with a link under "External links".
- "USE & EXTENSION" was renamed to "Using LLDB". Besides that this section remained mostly unchanged, with the exception of the Python pages which were moved under "Extending LLDB".
- "Development" was renamed to "Developing LLDB" and now houses all the resources for LLDB developers. The old "Design" section (which only contained two pages) was moved back under here too.