Skip to content

Commit 9360567

Browse files
jamezpclaude
andcommitted
Remove orphaned build page and navigation code
The build page was removed from navigation but the file and associated navigation highlighting code remained. Clean up by removing both. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent 3d22d50 commit 9360567

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

content/build.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

public/js/theme-toggle.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@
147147
item.classList.add('current');
148148
} else if (section === 'blogs' && (currentPath.startsWith('/blogs') || currentPath.startsWith('/posts'))) {
149149
item.classList.add('current');
150-
} else if (section === 'build' && currentPath.startsWith('/build')) {
151-
item.classList.add('current');
152150
}
153151
});
154152
});

0 commit comments

Comments
 (0)