Skip to content

Commit e0db4d8

Browse files
committed
docs link goes to docs introduction and not the dropdown
1 parent d05070a commit e0db4d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Navigation.res

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,11 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
511511
<div
512512
className="flex ml-10 space-x-5 w-full max-w-320"
513513
style={ReactDOMStyle.make(~maxWidth="26rem", ())}>
514-
{collapsibleElements->React.array}
514+
<Link
515+
href={`/docs/manual/${version}/introduction`}
516+
className={linkOrActiveApiSubroute(~route)}>
517+
{React.string("Docs")}
518+
</Link>
515519
<Link href={`/docs/manual/${version}/api`} className={linkOrActiveApiSubroute(~route)}>
516520
{React.string("API")}
517521
</Link>

0 commit comments

Comments
 (0)