Adds Documentation link to menu

Summary: The Sapling site contains a link from the home page, but no navigational way to get back to the documentation. Added a Documentation item at the top to do this.

Reviewed By: zzl0

Differential Revision: D54495869

fbshipit-source-id: e9c030b9241bc4edd38fb89bf52dc36d87fb3559
This commit is contained in:
Brian Johnson 2024-03-04 14:19:19 -08:00 committed by Facebook GitHub Bot
parent 9d63802350
commit a1b6d16a97

View File

@ -84,6 +84,11 @@ const config = {
src: 'img/Sapling_icon-dark-green.svg', src: 'img/Sapling_icon-dark-green.svg',
}, },
items: [ items: [
{
href: '/docs/introduction/',
label: 'Documentation',
position: 'left',
},
// Please keep GitHub link to the right for consistency. // Please keep GitHub link to the right for consistency.
{ {
href: gitHubRepo, href: gitHubRepo,