Skip to content

Conversation

@dslovinsky
Copy link
Collaborator

Description

Looks like when I moved content-indexer to this repo, Claude created the changelog pathIndex entry format to use the same fields as other formats, which isn't really correct. This broke the site when I switched the index key over.

Changes Made

  • Create new changelog type for path index entries and implement it

Testing

  • I have tested these changes locally
  • I have run the validation scripts (pnpm run validate)
  • I have checked that the documentation builds correctly

@dslovinsky dslovinsky self-assigned this Jan 15, 2026
@dslovinsky dslovinsky requested a review from a team as a code owner January 15, 2026 06:54
Copilot AI review requested due to automatic review settings January 15, 2026 06:54
@github-actions
Copy link

github-actions bot commented Jan 15, 2026

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jan 15, 2026, 6:56 AM

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the changelog path index entry format that was causing site breakage. The issue occurred during the content-indexer migration when changelog entries were incorrectly structured to match other index formats.

Changes:

  • Introduced a new ChangelogPathIndexEntry type with date and filePath fields
  • Updated the changelog indexer to use the correct format for path index entries

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/content-indexer/types/pathIndex.ts Defines new ChangelogPathIndexEntry type and adds it to the PathIndexEntry union
src/content-indexer/indexers/changelog.ts Updates changelog indexer to create path index entries using the new type with correct fields

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot temporarily deployed to docs-preview January 15, 2026 06:55 Destroyed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant