Skip to content

Commit 6143d75

Browse files
committed
Remove section on community templates because the resources section is removed
1 parent 82c11c1 commit 6143d75

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

data/docs/start/quickstart.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ order: 1
77

88
<docs-warning>Just getting started with Remix? The latest version of [Remix is now React Router v7][remix-now-react-router]. If you want to use the latest features, you should use the [React Router docs to get started][react-router-get-started].</docs-warning>
99

10-
This guide will get you familiar with the basic plumbing required to run a Remix app as quickly as possible. While there are many starter templates with different runtimes, deploy targets, and databases, we're going to create a bare-bones project from scratch.
11-
12-
When you're ready to get serious about your Remix project, you might consider starting with a community template. They include TypeScript setups, databases, testing harnesses, authentication, and more. You can find a list of community templates on the [Remix Resources][templates] page.
10+
This guide will get you familiar with the basic plumbing required to run a Remix app as quickly as possible. While there are many starter [templates][templates] with different runtimes, deploy targets, and databases, we're going to create a bare-bones project from scratch.
1311

1412
## Installation
1513

@@ -277,11 +275,10 @@ What's next?
277275
[create-remix]: ../other-api/create-remix
278276
[runtimes]: ../discussion/runtimes
279277
[inspect]: https://nodejs.org/en/docs/guides/debugging-getting-started/
280-
[tutorial]: ./tutorial
278+
[tutorial]: /docs/start/tutorial./tutorial
281279
[vite_config]: ../file-conventions/vite-config
282-
[templates]: /resources?category=templates
280+
[templates]: https://github.com/remix-run/remix/tree/v2/templates
283281
[http-localhost-3000]: http://localhost:3000
284-
[es-modules]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
285282
[vite]: https://vitejs.dev
286283
[vite-config]: https://vitejs.dev/config
287284
[vite-middleware]: https://vitejs.dev/guide/ssr#setting-up-the-dev-server

0 commit comments

Comments
 (0)