fix(docs): update stale "Future (~Fall 2025)" column header in migration guide#1714
Open
Kewe63 wants to merge 1 commit into
Open
fix(docs): update stale "Future (~Fall 2025)" column header in migration guide#1714Kewe63 wants to merge 1 commit into
Kewe63 wants to merge 1 commit into
Conversation
…ion guide The migration guide table header referenced "Future (~Fall 2025)" which has already passed. Updated to "Current" to reflect the present state. File: docs/base-account/guides/migration-guide.mdx line 18 Closes base#1315
Collaborator
🟡 Heimdall Review Status
|
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
Closes #1315
The migration guide table header at
docs/base-account/guides/migration-guide.mdx:18referenced "Future (~Fall 2025)" which has already passed (we are now in mid-2026). The header was misleading readers about the migration timeline.Updated the column header from
Future (~Fall 2025)toCurrentto reflect the actual present-day state of the migration.Diff
| User Type | Today | Future (~Fall 2025) || User Type | Today | Current |Verification
docs/base-account/guides/migration-guide.mdxin full to ensure the change is self-contained (only the header row was touched).Checklist
git diff --statshows 1 file, +1/-1Risk & Impact
None. Single-line documentation header fix. No code, config, or behavior changes.
Type: 📝 Documentation
Closes: #1315