[Lldb-commits] [lldb] 4229f70 - [LLDB] Make a clear distinction between usage & development docs
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 14 09:04:37 PST 2019
Author: Jonas Devlieghere
Date: 2019-11-14T09:04:28-08:00
New Revision: 4229f70d226b381ca82b49c7f66d7e33b73be9fd
URL: https://github.com/llvm/llvm-project/commit/4229f70d226b381ca82b49c7f66d7e33b73be9fd
DIFF: https://github.com/llvm/llvm-project/commit/4229f70d226b381ca82b49c7f66d7e33b73be9fd.diff
LOG: [LLDB] Make a clear distinction between usage & development docs
This renames the "Goals & Status" section to "Project" and the
"Resources" section to "Development". To better match this layout I've
moved the releases page under "Project".
Added:
lldb/docs/status/releases.rst
Modified:
lldb/docs/.htaccess
lldb/docs/index.rst
Removed:
lldb/docs/resources/download.rst
################################################################################
diff --git a/lldb/docs/.htaccess b/lldb/docs/.htaccess
index cc92b0a65cfa..d605f68afcf4 100644
--- a/lldb/docs/.htaccess
+++ b/lldb/docs/.htaccess
@@ -10,4 +10,6 @@ Redirect 301 /source.html https://lldb.llvm.org/resources/contributing.html
Redirect 301 /tutorial.html https://lldb.llvm.org/use/tutorial.html
Redirect 301 /varformats.html https://lldb.llvm.org/use/variable.html
+# Sphinx redirects
Redirect 301 /resources/source.html https://lldb.llvm.org/resources/contributing.html
+Redirect 301 /resources/download.html https://lldb.llvm.org/status/releases.html
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index b833821554b1..1f7fe58a525e 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -109,12 +109,13 @@ interesting areas to contribute to lldb.
.. toctree::
:hidden:
:maxdepth: 1
- :caption: Goals & Status
+ :caption: Project
status/goals
status/features
status/status
status/projects
+ status/releases
.. toctree::
:hidden:
@@ -136,14 +137,13 @@ interesting areas to contribute to lldb.
.. toctree::
:hidden:
:maxdepth: 1
- :caption: Resources
+ :caption: Development
resources/contributing
resources/build
resources/test
resources/bots
resources/sbapi
- resources/download
.. toctree::
:hidden:
diff --git a/lldb/docs/resources/download.rst b/lldb/docs/status/releases.rst
similarity index 100%
rename from lldb/docs/resources/download.rst
rename to lldb/docs/status/releases.rst
More information about the lldb-commits
mailing list