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
This commit is contained in:
Alejo
2025-10-16 17:49:35 -03:00
committed by GitHub
parent 593fa1cf0a
commit df7592779a

View File

@@ -2,12 +2,6 @@
title: Server Components
---
<RSC>
Server Components are for use in [React Server Components](/learn/start-a-new-react-project#full-stack-frameworks).
</RSC>
<Intro>
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.