Closed Bug 1591134 Opened 6 years ago Closed 6 years ago

Clean up the firefox-source-docs.mozilla.org sidebar

Categories

(Developer Infrastructure :: Source Documentation, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1513821

People

(Reporter: jwatt, Unassigned)

Details

The sidebar/main menu on the left of firefox-source-docs.mozilla.org is an unorganized mess. We should really order and group things more nicely. I can't immediately find where that's controlled though.

I think the intent here is more or less the same as this other one. We could alternatively make this a blocker of the other if you think it makes sense.

Just fyi, any doc tree as defined by SPHINX_TREES will end up in the sidebar unless it is underneath a parent doctree. So for example:

SPHINX_TREES["foo"] = "foo/docs"        # in sidebar
SPHINX_TREES["foo/bar"] = "bar/docs"    # not in sidebar because "bar" is registered as a subdir of "foo"

The names come from the main heading in the given doc tree's index.rst.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.