Skip to content

Commit

Permalink
docs: update migration guide (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Jan 24, 2024
1 parent f9a5e27 commit 6d9cbeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
8 changes: 7 additions & 1 deletion packages/blade/upgrade-v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

All the rebranding upgrade activity starts at the design end and is then followed by engineering

<img alt="Upgrade Workflow Overview" src="./upgrade-v11-workflow.png" width="800px">
<img alt="Upgrade Workflow Overview" src="./docs/images/upgrade-v11-workflow.png" width="800px">

## Migration with Codemod

Expand Down Expand Up @@ -42,6 +42,12 @@ npx jscodeshift ./PATH_TO_YOUR_DIR --extensions=tsx,ts,jsx,js -t ./node_modules/

**Step 5**: Test your page and make sure everything works as expected. Once the migration is complete for all pages, you can remove the old version of Blade from your project.

## Documentation

By default, `blade.razorpay.com` will show documentation for the latest version of Blade. To view the documentation for an older version, you can use the version selector in the top-left corner of the page.

<img alt="Version Switcher" src="./docs/images/docs-vrsion-switcher.png" width="800px">

## Available Rebranded Components

To check out the list of available components, visit [Blade Component Status](https://blade.razorpay.com/?path=/docs/guides-component-status--docs).
Expand Down

0 comments on commit 6d9cbeb

Please sign in to comment.