Skip to content

Commit 4e83eb7

Browse files
committed
docs: remove duplicate Pro RSC upgrade guide
1 parent dce6bf2 commit 4e83eb7

4 files changed

Lines changed: 3 additions & 214 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ React on Rails is one product with two tiers: open source for Rails + React inte
3838
## Pro features
3939

4040
- [React Server Components](./pro/react-server-components/tutorial.md) - RSC with Rails
41-
- [Add RSC to Existing Pro App](./pro/react-server-components/upgrading-existing-pro-app-to-rsc.md) - Standalone RSC upgrade for Pro users
41+
- [Add RSC to Existing Pro App](./pro/react-server-components/upgrading-existing-pro-app.md) - Standalone RSC upgrade for Pro users
4242
- [Streaming SSR](./oss/building-features/streaming-server-rendering.md) - Progressive server rendering
4343
- [Node Renderer](./oss/building-features/node-renderer/basics.md) - Dedicated Node.js rendering server
4444
- [Upgrading to Pro](./pro/upgrading-to-pro.md) - Switch from OSS to Pro in three steps

docs/pro/react-server-components/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ This tutorial will guide you through learning [React Server Components (RSC)](ht
1818

1919
Each part of the tutorial builds on the concepts from previous sections, so it's recommended to follow them in order. Let's begin with creating your first React Server Component!
2020

21-
> **Already running Pro?** If you have an existing React on Rails Pro app and want to add RSC, see the [upgrade guide](./upgrading-existing-pro-app-to-rsc.md) for a streamlined path using the standalone `react_on_rails:rsc` generator.
21+
> **Already running Pro?** If you have an existing React on Rails Pro app and want to add RSC, see the [upgrade guide](./upgrading-existing-pro-app.md) for a streamlined path using the standalone `react_on_rails:rsc` generator.

docs/pro/react-server-components/upgrading-existing-pro-app-to-rsc.md

Lines changed: 0 additions & 211 deletions
This file was deleted.

docs/pro/upgrading-to-pro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ Pro-only features (fragment caching, Node renderer, RSC) will stop working, but
120120
- [Installation reference](./installation.md) - Detailed manual installation steps
121121
- [Configuration](../oss/configuration/configuration-pro.md) - All Pro configuration options
122122
- [Upgrading Pro versions](./updating.md) - Upgrading between Pro versions
123-
- [Add RSC to Your Pro App](./react-server-components/upgrading-existing-pro-app-to-rsc.md) - Add RSC support to an existing Pro installation
123+
- [Add RSC to Your Pro App](./react-server-components/upgrading-existing-pro-app.md) - Add RSC support to an existing Pro installation
124124
- [React Server Components Tutorial](./react-server-components/tutorial.md) - Learn RSC concepts step by step

0 commit comments

Comments
 (0)