Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guide/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ We suggest you to migrate step by step, following each version's migration guide

## Migrate from v3.0

If you are on v3.0, v4.0 only drops support for Node.js 18 and remove deprecated APIs, so you should be able to directly bump to v4.0. Read [Shiki v4.0](/blog/v4) for more details.
If you are on v3.0, v4.0 only drops support for Node.js 18 and remove deprecated APIs, so you should be able to directly bump to v4.0. Read [Shiki v4.0](/blog/v4.md) for more details.

## Migrate from v2.0

If you are on v2.0 and there is no warning in your usage, you should be able to directly bump to v3.0, read [Shiki v3.0](/blog/v3) for more details.
If you are on v2.0 and there is no warning in your usage, you should be able to directly bump to v3.0, read [Shiki v3.0](/blog/v3.md) for more details.

## Migrate from v1.0

We recommend you to [migrate to v2.0 first](/blog/v2), then to v3.0.
We recommend you to [migrate to v2.0 first](/blog/v2.md), then to v3.0.

## Migrate from v0.14

Expand Down