This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Header code duplicated between home page and docs #5151
Closed
Description
Although the UI looks identical, the header nav is not being shared between the main page and the docs page. For instance, a retina logo was added to the docs in #2874, but http://angularjs.org still has the old logo.
Browsing through the repo on GitHub, it isn't clear where the home page source is being rendered from, but it clearly isn't using the same template as the docs. To prevent bugs like the above where a change on one page doesn't propagate to the other (creating an inconsistent experience), the nav code should be shared among both.