Skip to content

Commit c9ee71a

Browse files
committed
docs: add migration guides
1 parent 4c0f56d commit c9ee71a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

apps/website/content/docs/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"title": "Documentation",
33
"pages": [
44
"getting-started",
5-
"migration",
5+
"!migrating",
6+
"migrating-from-eslint-plugin-react",
67
"---Core Reference---",
78
"rules",
89
"presets",
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Migrating to v2
3+
description: A guide to help you migrate your project to v2 of our plugins.
4+
---
5+
6+
## Overview
7+
8+
{/* TODO: Add a brief overview of the changes in v2 and why users should migrate. */}
9+
10+
## Steps to upgrade
11+
12+
{/* TODO: Provide a step-by-step guide for users to follow when migrating their projects to v2. Include code snippets, configuration changes, and any other relevant information. */}

0 commit comments

Comments
 (0)