From 5c17d8144c866f970ad1eb23a8aff2e849851878 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Thu, 31 Aug 2023 01:33:03 +0200 Subject: [PATCH] [docs] Improve SSR example reference (#38651) Signed-off-by: Olivier Tassinari Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> --- .../guides/server-rendering/server-rendering.md | 11 ++--------- .../understand-mui-packages.md | 1 - 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/data/material/guides/server-rendering/server-rendering.md b/docs/data/material/guides/server-rendering/server-rendering.md index a9283c73d6e6d5..f1f9e62e69760a 100644 --- a/docs/data/material/guides/server-rendering/server-rendering.md +++ b/docs/data/material/guides/server-rendering/server-rendering.md @@ -220,12 +220,5 @@ ReactDOM.hydrate(
, document.querySelector('#root')); ## Reference implementations -We host different reference implementations which you can find in the [GitHub repository](https://github.com/mui/material-ui) under the [`/examples`](https://github.com/mui/material-ui/tree/HEAD/examples) folder: - -- [The reference implementation of this tutorial](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-express-ssr) -- [Gatsby](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-gatsby) -- [Next.js](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-nextjs) ([TypeScript version](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-nextjs-ts)) - -## Troubleshooting - -Check out the FAQ answer: [My App doesn't render correctly on the server](/material-ui/getting-started/faq/#my-app-doesnt-render-correctly-on-the-server). +Here is [the reference implementation of this tutorial](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-express-ssr). +You can more SSR implementations in the GitHub repository under the `/examples` folder, see [the other examples](/material-ui/getting-started/example-projects/). diff --git a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md index 2e671da94c96e2..5f8b47f923f74a 100644 --- a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md +++ b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md @@ -22,7 +22,6 @@ The following is an up-to-date list of `@mui` public packages. - `@mui/system` - `@mui/styled-engine` - `@mui/styled-engine-sc` -- `@mui/styles` ### Understanding MUI's products