Fix category page 404s and implement filtered tabular views#5
Draft
Fix category page 404s and implement filtered tabular views#5
Conversation
Co-authored-by: mk-ws-git <235080064+mk-ws-git@users.noreply.github.com>
Co-authored-by: mk-ws-git <235080064+mk-ws-git@users.noreply.github.com>
Co-authored-by: mk-ws-git <235080064+mk-ws-git@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix 404 errors for category URLs and improve navigation
Fix category page 404s and implement filtered tabular views
Jan 30, 2026
Owner
|
@copilot review the plan and codebase and tell mer whats next |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category pages at
/categories/{name}/were returning 404s. Root cause:_layouts/category.htmlreferencedsite.tools(empty collection) instead ofsite.data.tools(actual data source).Changes
Category Layout (
_layouts/category.html)site.tools→site.data.toolsrel="noopener noreferrer"to external linksCSS (
assets/css/style.css)--spacing-3xl: 64pxvariable.containerand.btn-smallclasses for layout consistencyRepository
.gitignorefor Jekyll artifactsData Verification
All 8 category pages exist with proper frontmatter. Tool distribution:
Before/After
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.