Migrate changelog into the docs site#3447
Draft
m-hulbert wants to merge 7 commits into
Draft
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pure data layer for the in-repo changelog: entry types, file-node mapping, product tags, date formatting (UTC-stable), product filtering/sorting, and URL absolutization, with unit tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add changelog frontmatter fields to the MDX schema, route changelog MDX to a dedicated entry template (no product left-nav, constrained reading width), and render the entry header, OG image, and a data-changelog-body marker. Extend Head with OG image and RSS link support. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Filterable, client-paginated timeline of changelog entries: a product filter rail synced to the URL, a month-grouped timeline with Show more pagination, and entry cards. Includes behavioural tests for pagination and filtering. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Build an RSS 2.0 feed from the changelog MDX at onPostBuild, with full entry content extracted from each built page (data-changelog-body). Validate product slugs and assert content coverage so a broken contract fails the build. A guard test keeps the duplicated GraphQL scope literal in sync across queries. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a Changelog header nav link, point the footer link at the in-repo /docs/changelog, and rewrite the homepage changelog widget to source entries from the in-repo MDX instead of the external feed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove the gatsby-source-rss-feed plugin and dependency now that the homepage and changelog source entries from the in-repo MDX. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Seed the in-repo changelog with the first five entries (June 2026): JS SDK 2.22.1 and 2.23.0, AI Transport JS SDK 0.2.0 and 0.3.0, and improved LiveObjects visibility. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
649ff3e to
952b51a
Compare
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.
Description
This PR attempts to migrate the changelog (found at changelog.ably.com) into the docs repo:
Checklist