Skip to content

Commit a2c69dc

Browse files
committed
add react to top nav
1 parent 7202a8c commit a2c69dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Navigation.res

+3
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
515515
<Link href={`/docs/manual/${version}/api`} className={linkOrActiveApiSubroute(~route)}>
516516
{React.string("API")}
517517
</Link>
518+
<Link href={`/docs/react/${version}/introduction`} className={linkOrActiveApiSubroute(~route)}>
519+
{React.string("React")}
520+
</Link>
518521
<Link
519522
href="/try"
520523
className={"hidden xs:block " ++ linkOrActiveLink(~target="/try", ~route)}>

0 commit comments

Comments
 (0)