[all-commits] [llvm/llvm-project] 3e3880: [lldb] Simplify the LLDB website structure
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 18 11:20:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e3880e370c8aed629750fe94a9f98f4cb6160cc
https://github.com/llvm/llvm-project/commit/3e3880e370c8aed629750fe94a9f98f4cb6160cc
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M lldb/docs/.htaccess
R lldb/docs/design/overview.rst
R lldb/docs/design/sbapi.rst
M lldb/docs/index.rst
A lldb/docs/resources/extensions.rst
M lldb/docs/resources/fuzzing.rst
A lldb/docs/resources/overview.rst
A lldb/docs/resources/projects.rst
A lldb/docs/resources/sbapi.rst
R lldb/docs/status/features.rst
R lldb/docs/status/goals.rst
R lldb/docs/status/projects.rst
R lldb/docs/status/releases.rst
R lldb/docs/status/status.rst
R lldb/docs/use/extensions.rst
Log Message:
-----------
[lldb] Simplify the LLDB website structure
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", "Scripting LLDB" and "Developing LLDB".
- The majority of the "project" pages were eliminated. The projects
page was moved under "Developing LLDB". The releases page was
replaced with a link under "External links". The other pages (goals,
features and status) 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.
- "USE & EXTENSION" was renamed to "Using LLDB". Besides that, this
section remained mostly unchanged. The exception are the Python
pages which were moved under "Scripting 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.
Differential revision: https://reviews.llvm.org/D158023
More information about the All-commits
mailing list