Skip to content

Commit 97d5fd4

Browse files
Update constants.ts to fix build errors with Sidebar
Well i guess i can keep the "learning typescript" on my resume?
1 parent 5f62aaa commit 97d5fd4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

constants.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ type ProjectDocs = {
77
const LIST_OF_PROJECT_DOCS: ProjectDocs[] = [
88
{label: "Start Here", dirName: "start-here", sidebarID: "startHereSidebar"},
99
{label: "EnMo", dirName: "enmo", sidebarID: "enmoSidebar"},
10-
{label: "STORM", dirName: "storm", sidebarID: "stormSidebar"},
10+
{label: "STORM 2025 (Archive)", dirName: "storm-2025", sidebarID: "storm2025Sidebar"},
11+
{label: "STORM 2026", dirName: "storm-2026", sidebarID: "storm2026Sidebar"},
1112
] as const;
1213

13-
export default LIST_OF_PROJECT_DOCS
14+
export default LIST_OF_PROJECT_DOCS

0 commit comments

Comments
 (0)