File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,6 +166,9 @@ export function LandingPage() {
166166 < a href = "https://github.com/opencodeintel/opencodeintel" target = "_blank" rel = "noopener noreferrer" className = "text-gray-400 hover:text-white transition-colors" >
167167 < GitHubIcon />
168168 </ a >
169+ < a href = "/docs" target = "_blank" rel = "noopener noreferrer" className = "text-sm text-gray-400 hover:text-white transition-colors" >
170+ Docs
171+ </ a >
169172 < Button variant = "ghost" className = "text-gray-400 hover:text-white" onClick = { ( ) => navigate ( '/login' ) } >
170173 Sign in
171174 </ Button >
@@ -553,6 +556,7 @@ export function LandingPage() {
553556 </ div >
554557 < div className = "flex items-center gap-6" >
555558 < a href = "https://github.com/opencodeintel/opencodeintel" target = "_blank" rel = "noopener noreferrer" className = "hover:text-white transition-colors" > GitHub</ a >
559+ < a href = "/docs" target = "_blank" rel = "noopener noreferrer" className = "hover:text-white transition-colors" > Docs</ a >
556560 < span className = "text-gray-700" > •</ span >
557561 < span > Open Source</ span >
558562 </ div >
You can’t perform that action at this time.
0 commit comments