Skip to content

Commit 64b00de

Browse files
committed
technical page visible upon clicking explore
1 parent 9075ef5 commit 64b00de

File tree

3 files changed

+13
-51
lines changed

3 files changed

+13
-51
lines changed

docs/Technical/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
---
2+
id: Technical
3+
title: Technical Resources
4+
slug: /Technical/
5+
---
6+
7+
18
# Technical
29

3-
This section is coming soon.
10+
<h1>This section is coming soon.</h1>
411

512
We're preparing technical resources, guides, and reference materials for the project. Check back soon for documentation on architecture, tools, and implementation details.
613

package-lock.json

Lines changed: 4 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/interview-prep/TechnicalTab.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
188188
</h3>
189189
<p className="text-blue-100">{category.description}</p>
190190
<span className="inline-block rounded-full bg-white/20 px-3 py-1 text-sm font-medium transition hover:bg-white/30">
191-
<Link
192-
to="/docs/category/technical"
193-
className="explore-btn"
194-
>
191+
<Link to="/docs/Technical" className="explore-btn">
195192
Explore →
196193
</Link>
197194
</span>

0 commit comments

Comments
 (0)