Added core content for hardware test engineer page #17

Merged
caperren merged 5 commits from website-content-updates into main 2025-12-12 04:59:15 +00:00
Showing only changes of commit 33fbbe96b3 - Show all commits

View File

@@ -1,5 +1,17 @@
import type { navLink } from "@interfaces/site-layout.ts";
export const siteLayout: navLink[] = [
// Standard navbar entries
{ navText: "About", path: "" },
@@ -74,10 +86,12 @@ export const siteLayout: navLink[] = [
],
},
{
enabled: false,
navText: "OSU Robotics Club",
path: "osu-robotics-club",
children: [
{
enabled: false,
navText: "Mars Rover Software Team Lead",
path: "mars-rover-software-team-lead",
},