Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
website: fix
declarations
header and nav
Summary: Fixes facebook#6932. See [“before” screenshot][before]; see [“after” screenshot][after]. [before]: https://user-images.githubusercontent.com/4317806/46028320-0de44280-c0a5-11e8-8ad9-d3ec71baafcc.png [after]: https://user-images.githubusercontent.com/4317806/46028319-0de44280-c0a5-11e8-9d51-1d2d1a2d7724.png Test Plan: Run `make -C website` and visit <http://localhost:8080/en/docs/config>. Note that “.flowconfig [declarations]” appears as a link on the right. Click it to navigate to `declarations/`. Note that this page now has a title, description, and navbar. Two sibling sections are `libs` and `lints`. Run the following command to get a list of all website files containing both of these strings… ``` $ comm -12 \ > <(git grep --name-only lints website | sort) \ > <(git grep --name-only libs website | sort) \ > ; website/_data/guides.yml website/_data/i18n/en.yml website/en/docs/config/index.md ``` …and then check that `declarations` is properly accounted for in each such file. wchargin-branch: website-fix-declarations
- Loading branch information