Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab Docs GitLab Docs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 185
    • Issues 185
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLab DocsGitLab Docs
  • Merge requests
  • !1482

Unify global navigation for docs site

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Evan Read requested to merge eread/unify-global-navigation into master Feb 03, 2021
  • Overview 50
  • Commits 1
  • Pipelines 34
  • Changes 7

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:

  • GitLab Docs: https://docs.gitlab.com/ee/README.html
  • Runner Docs: https://docs.gitlab.com/runner/
  • Omnibus GitLab Docs: https://docs.gitlab.com/omnibus/README.html
  • Charts Docs: https://docs.gitlab.com/charts/

After:

  • GitLab Docs: http://eread-unify-global-navigation.178.62.207.141.nip.io/ee/README.html
  • Runner Docs: http://eread-unify-global-navigation.178.62.207.141.nip.io/runner/
  • Omnibus GitLab Docs: http://eread-unify-global-navigation.178.62.207.141.nip.io/omnibus/README.html
  • Charts Docs: http://eread-unify-global-navigation.178.62.207.141.nip.io/charts/
Edited Apr 06, 2021 by Evan Read
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: eread/unify-global-navigation