Document changelog timeline redesign, per-entry tags, and search#5932
Open
fern-api[bot] wants to merge 3 commits into
Open
Document changelog timeline redesign, per-entry tags, and search#5932fern-api[bot] wants to merge 3 commits into
fern-api[bot] wants to merge 3 commits into
Conversation
- Update changelogs.mdx with timeline layout, full-text search, and ChangelogTags per-entry tagging documentation - Add Search and filtering section covering ?q= search and clickable tags - Update configuration overview card description - Fix broken component library link Co-Authored-By: bot_apk <apk@cognition.ai>
|
|
||
| When a heading has a `<ChangelogTags>` marker, those tags replace the frontmatter tags for that entry's card on the timeline. Headings without a marker inherit the frontmatter tags as usual. | ||
|
|
||
| Use specific, descriptive tags that readers would naturally search for. Consider tagging by feature type, product area, release stage, affected platform, or user impact. |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Adverbs] Remove 'naturally' if it's not important to the meaning of the statement.
|
|
||
| The changelog page includes a search bar and tag filter at the top of the timeline. Both are available to readers without any additional configuration. | ||
|
|
||
| - **Full-text search** — Readers can type keywords into the search bar to find entries across the entire changelog, not just the entries visible on the current page. The query syncs to the `?q=` URL parameter, so search results are shareable as links. |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Hedges] Avoid hedge words and filler like 'just'. Prefer direct statements.
Contributor
|
🌿 Preview your docs: https://fern-preview-devin-1782247122-changelog-docs.docs.buildwithfern.com/learn |
Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
|
Requested by: devin.logan |
Co-Authored-By: bot_apk <apk@cognition.ai>
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.
Summary
Documents the changelog page redesign from fern-platform#12385, which replaces the full-height inline entry layout with a compact, date-grouped timeline of cards with built-in search and tag filtering.
Key documentation additions to
changelogs.mdx:<ChangelogTags>per-entry tagging — New "Per-entry tags" subsection documenting how authors can tag individual headings within a single changelog file using<ChangelogTags>tag1, tag2</ChangelogTags>or<ChangelogTags tags={["tag1", "tag2"]} />## Search and filteringsection covering full-text search (?q=param) and clickable tag badges that link back to the filtered timeline/learn/docs/content/...→/learn/docs/writing-content/...)Also includes:
2026-06-23.mdx) announcing the timeline redesign and per-entry tagsRequested by: Fern Support