Skip to content

Commit 5d1cb23

Browse files
committed
remove docs in the header bar
1 parent 252c7c0 commit 5d1cb23

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/pages/about/index.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ const headings = [
5252
{/* skills */}
5353
<h2 id='skills'>Skills & Interests</h2>
5454
<ul>
55-
<li>Programming Languages: C++, Python, JavaScript, Shell scripting</li>
56-
<li>Robotics: ROS2, Arduino, motion control, kinematics</li>
57-
<li>Software: CAD tools, embedded programming, control system design</li>
58-
<li>Web Development: React, TypeScript, Astro</li>
55+
<li>Programming Languages: C++, Python, JavaScript</li>
56+
<li>Robotics: Humanoid, ROS2, Raspberrypi 5, Arduino, motion control, kinematics</li>
57+
<li>Software: Autodesk Fusion, Blender, Arduino IDE</li>
5958
<li>Interests: Robotics competitions, automation, IoT, embedded systems</li>
6059
</ul>
6160

src/site.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const theme: ThemeUserConfig = {
4848
header: {
4949
menu: [
5050
{ title: 'Blog', link: '/blog' },
51-
{ title: 'Docs', link: '/docs' },
51+
// { title: 'Docs', link: '/docs' },
5252
{ title: 'Projects', link: '/projects' },
5353
{ title: 'Links', link: '/links' },
5454
{ title: 'About', link: '/about' }

0 commit comments

Comments
 (0)