Skip to content

Commit a1285f3

Browse files
committed
docs: Add v4 migration docs
1 parent 9cc2617 commit a1285f3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ const ogImage =
99
const helpSidebar = {
1010
text: "Help",
1111
items: [
12+
{
13+
text: "Migrate to V4",
14+
link: "/guide/migration-v4",
15+
},
1216
{
1317
text: "Migrate to V3",
1418
link: "/guide/migration-v3",

docs/guide/migration-v4.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
lang: en-US
3+
title: Upgrading to v4
4+
---
5+
6+
# Upgrading to v4
7+
8+
If you include content script CSS files in your `manifest.json`, double check your build output to make sure there are no build conflicts (multiple inputs resulting in a single output, overriding the file's contents).

0 commit comments

Comments
 (0)