Skip to content

Commit fa73a69

Browse files
committed
feat: Add docs link to landing page navbar and footer
- Add 'Docs' link in navbar between GitHub icon and Sign in - Add 'Docs' link in footer - Both open /docs in new tab
1 parent fdaeba6 commit fa73a69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/pages/LandingPage.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)