Skip to content

Unify global navigation for docs site

Evan Read requested to merge eread/unify-global-navigation into master

An MVC for: #922 (closed)

Basically:

  • Combines the existing menus together.
  • Hardcodes a single navigation file to use no matter what context.
  • Moves the "directory context" out of the code and into the navigation file, so that all navigation items are relative to docs.gitlab.com, rather than to a specific project.

Before:

After:

Edited by Evan Read

Merge request reports