Skip to content
Closed
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion apps/website/content/docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"title": "Documentation",
"pages": [
"getting-started",
"migration",
"!migrating",
"migrating-from-eslint-plugin-react",
"---Core Reference---",
"rules",
"presets",
Expand Down
12 changes: 12 additions & 0 deletions apps/website/content/docs/migrating/v2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Migrating to v2
description: A guide to help you migrate your project to v2 of our plugins.
---

## Overview

{/* TODO: Add a brief overview of the changes in v2 and why users should migrate. */}

## Steps to upgrade

{/* 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. */}