added docs/repo link to homepage (#7008)
### Description
<!--
✍️ Write a short summary of your work.
If necessary, include relevant screenshots.
-->
Changed the navigation component to add repo/docs link in homepage
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->
1. the conditional logic was earlier checking if site returned repo or
pack and then showed the docs
2. i changed the logic to check if docs has not been added it will add
docs on all pages navigation and then if site has not returned repo or
pack it will set the default docs route to repo/docs
---------
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>