Skip to content

Commit 4229f70

Browse files
committed
[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".
1 parent 0e45e60 commit 4229f70

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lldb/docs/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Redirect 301 /source.html https://lldb.llvm.org/resources/contributing.html
1010
Redirect 301 /tutorial.html https://lldb.llvm.org/use/tutorial.html
1111
Redirect 301 /varformats.html https://lldb.llvm.org/use/variable.html
1212

13+
# Sphinx redirects
1314
Redirect 301 /resources/source.html https://lldb.llvm.org/resources/contributing.html
15+
Redirect 301 /resources/download.html https://lldb.llvm.org/status/releases.html

lldb/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,13 @@ interesting areas to contribute to lldb.
109109
.. toctree::
110110
:hidden:
111111
:maxdepth: 1
112-
:caption: Goals & Status
112+
:caption: Project
113113

114114
status/goals
115115
status/features
116116
status/status
117117
status/projects
118+
status/releases
118119

119120
.. toctree::
120121
:hidden:
@@ -136,14 +137,13 @@ interesting areas to contribute to lldb.
136137
.. toctree::
137138
:hidden:
138139
:maxdepth: 1
139-
:caption: Resources
140+
:caption: Development
140141

141142
resources/contributing
142143
resources/build
143144
resources/test
144145
resources/bots
145146
resources/sbapi
146-
resources/download
147147

148148
.. toctree::
149149
:hidden:
File renamed without changes.

0 commit comments

Comments
 (0)