Skip to content

Commit df75927

Browse files
authored
docs: fix server components link text to match target section heading (#8026)
* Fix Server Components link text to match target section heading Change "React Server Components" to "Full-stack frameworks" in the server-components.md link text to accurately reflect the destination section heading * Remove unnecessary RSC tags from Server Components documentation
1 parent 593fa1c commit df75927

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/content/reference/rsc/server-components.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
title: Server Components
33
---
44

5-
<RSC>
6-
7-
Server Components are for use in [React Server Components](/learn/start-a-new-react-project#full-stack-frameworks).
8-
9-
</RSC>
10-
115
<Intro>
126

137
Server Components are a new type of Component that renders ahead of time, before bundling, in an environment separate from your client app or SSR server.

0 commit comments

Comments
 (0)