docs: add migration guide section to Introduction page#142
Merged
garrity-miepub merged 2 commits intomainfrom Mar 19, 2026
Merged
docs: add migration guide section to Introduction page#142garrity-miepub merged 2 commits intomainfrom
garrity-miepub merged 2 commits intomainfrom
Conversation
Add a new 'Migrating Your App to MIE Web UI' section at the bottom of the Storybook Introduction page. This surfaces the execution-plan.md workflow directly in the documentation so developers and AI agents can discover the migration process without digging through the lessons/ directory. The new section includes: - Overview of the AI-driven migration workflow (audit → migrate → verify) - Visual card grid summarizing all 9 execution plan steps: install, CSS foundation, brand switching, component swap, icon migration, cleanup, accessibility, testing, and gap detection - Table linking to companion guides (adopting, tailwind4, component policy, compliance prompt) - Note on cross-framework support (Next.js, Vite, Remix, Meteor)
There was a problem hiding this comment.
Pull request overview
Adds a new migration-focused section to the Storybook Introduction page to make the lessons/execution-plan.md workflow easier to discover for developers adopting @mieweb/ui.
Changes:
- Introduces a “Migrating Your App to MIE Web UI” section describing the audit → migrate → verify workflow.
- Adds a visual card grid summarizing migration steps and a table of supporting guides.
- Documents framework support notes (Next.js, Vite, Remix, Meteor).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Change all GitHub file links from /tree/ to /blob/ so they resolve correctly (tree is for directories, blob for files) - Expand the grouped 'Steps 6–9' card into 4 individual cards: Step 6 (Clean Up), Step 7 (Accessibility), Step 8 (Testing), Step 9 (Gap Detection)
Deploying ui with
|
| Latest commit: |
f9d3f48
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://61c752bb.ui-6d0.pages.dev |
| Branch Preview URL: | https://docs-intro-migration-guide.ui-6d0.pages.dev |
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.
Add a new "Migrating Your App to MIE Web UI" section at the bottom of the Storybook Introduction page. This surfaces the
execution-plan.mdworkflow directly in the documentation so developers and AI agents can discover the migration process without digging through thelessons/directory.What's Added
A new section in
src/Introduction.mdxwith:@mieweb/uiuseBrandhook +BrandInitializer)Screenshot