Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update first-steps.md. Change router path to src/server/api/routers/post.ts #1618

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/src/pages/en/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ The following extensions are recommended for an optimal developer experience. Th

## Next Steps

- If your app includes tRPC, check out `src/pages/index.tsx` and `src/server/api/routers/example.ts` to see how tRPC queries work.
- If your app includes tRPC, check out `src/pages/index.tsx` and `src/server/api/routers/post.ts` to see how tRPC queries work.
- Have a look around the Create T3 App docs, as well as the docs of the packages that your app includes.
- Join our [Discord](https://t3.gg/discord) and give us a star on [GitHub](https://github.com/t3-oss/create-t3-app)! :)
2 changes: 1 addition & 1 deletion www/src/pages/es/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Ahora deberías poder iniciar sesión.

## Siguientes pasos

- Si tu aplicación incluye tRPC, consulta `src/pages/index.tsx` y `src/server/trpc/router/example.ts` para ver cómo funcionan las consultas de tRPC.
- Si tu aplicación incluye tRPC, consulta `src/pages/index.tsx` y `src/server/trpc/router/post.ts` para ver cómo funcionan las consultas de tRPC.
- Echa un vistazo a la documentación de `create-t3-app`, así como la documentación de los paquetes que incluye tu aplicación.
- ¡Únete a nuestro [Discord](https://t3.gg/discord) y danos una estrella en [GitHub](https://github.com/t3-oss/create-t3-app)! :)
2 changes: 1 addition & 1 deletion www/src/pages/fr/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Vous devriez maintenant pouvoir vous connecter.

## Prochaines étapes

- Si votre application inclut tRPC, consultez `src/pages/index.tsx` et `src/server/api/routers/example.ts` pour voir comment fonctionnent les requêtes tRPC.
- Si votre application inclut tRPC, consultez `src/pages/index.tsx` et `src/server/api/routers/post.ts` pour voir comment fonctionnent les requêtes tRPC.
- Consultez la documentation Create T3 App, ainsi que la documentation des packages inclus dans votre application.
- Rejoignez notre [Discord](https://t3.gg/discord) et donnez-nous une étoile sur [GitHub](https://github.com/t3-oss/create-t3-app) ! :)
2 changes: 1 addition & 1 deletion www/src/pages/ja/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ lang: ja

## 次のステップへ

- もしあなたのアプリケーションが tRPC を含んでいるならば、`src/pages/index.tsx` と `src/server/api/routers/example.ts` をチェックして、tRPC クエリがどのように動作するかを見てください。
- もしあなたのアプリケーションが tRPC を含んでいるならば、`src/pages/index.tsx` と `src/server/api/routers/post.ts` をチェックして、tRPC クエリがどのように動作するかを見てください。
- Create T3 App のドキュメントや、あなたのアプリケーションに含まれるパッケージのドキュメントを見てみてください。
- [Discord](https://t3.gg/discord)に参加し、[GitHub](https://github.com/t3-oss/create-t3-app)でスターを付けてください!:)
2 changes: 1 addition & 1 deletion www/src/pages/no/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Følgende utvidelser anbefales for en optimal utvikleropplevelse. Linkene nedenf

## Neste Steg

- Hvis applikasjonen din bruker tRPC, ta en titt på `src/pages/index.tsx` og `src/server/api/routers/example.ts` for å se hvordan tRPC-spørringer fungerer.
- Hvis applikasjonen din bruker tRPC, ta en titt på `src/pages/index.tsx` og `src/server/api/routers/post.ts` for å se hvordan tRPC-spørringer fungerer.
- Ta en titt på dokumentasjonen for `create-t3-app` samt dokumentasjonen for pakkene applikasjonen din inkluderer.
- Bli med i [Discord](https://t3.gg/discord) og gi oss en stjerne på [GitHub](https://github.com/t3-oss/create-t3-app)! :)
2 changes: 1 addition & 1 deletion www/src/pages/pl/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Następujące rozszerzenia są przez nas polecane dla optymalnego DX'u. Poniższ

## Następne Kroki

- Jeżeli twoja aplikacja zawiera tRPC, sprawdź pliki `src/pages/index.tsx` i `src/server/api/routers/example.ts` aby dowiedzieć się, jak działają zapytania wykonywane przez tRPC.
- Jeżeli twoja aplikacja zawiera tRPC, sprawdź pliki `src/pages/index.tsx` i `src/server/api/routers/post.ts` aby dowiedzieć się, jak działają zapytania wykonywane przez tRPC.
- Rozejrzyj się po dokumentacji Create T3 App oraz dokumentacji paczek, z których korzysta twój projekt.
- Dołącz do naszego serwera [Discord](https://t3.gg/discord) i dodaj gwiazdkę na repozytorium [GitHub](https://github.com/t3-oss/create-t3-app)! :)
2 changes: 1 addition & 1 deletion www/src/pages/pt/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Agora você deve conseguir fazer login.

## Próximos passos

- Se sua aplicação incluir tRPC, confira `src/pages/index.tsx` e `src/server/trpc/router/example.ts` para ver como funcionam as consultas tRPC.
- Se sua aplicação incluir tRPC, confira `src/pages/index.tsx` e `src/server/trpc/router/post.ts` para ver como funcionam as consultas tRPC.
- Dê uma olhada na documentação `create-t3-app`, bem como nos documentos dos pacotes que sua aplicação inclui.
- Junte-se ao nosso [Discord](https://t3.gg/discord) e dê-nos uma estrela no [GitHub](https://github.com/t3-oss/create-t3-app)! :)
2 changes: 1 addition & 1 deletion www/src/pages/ru/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ lang: ru

## Следующие шаги

- Если ваше приложение включает tRPC, ознакомьтесь с `src/pages/index.tsx` и `src/server/trpc/router/example.ts`, чтобы узнать, как работают запросы tRPC.
- Если ваше приложение включает tRPC, ознакомьтесь с `src/pages/index.tsx` и `src/server/trpc/router/post.ts`, чтобы узнать, как работают запросы tRPC.
- Посмотрите на документацию `create-t3-app`, а также на документацию пакетов, которые включает ваше приложение.
- Присоединяйтесь к нашему [Discord](https://t3.gg/discord) и поставьте звезду на [GitHub](https://github.com/t3-oss/create-t3-app)! :)
2 changes: 1 addition & 1 deletion www/src/pages/zh-hans/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ lang: zh-hans

## 下一步

- 如果你的应用包含了 tRPC,参看 `src/pages/index.tsx` 和 `src/server/api/routers/example.ts` 来了解 tRPC 查询是如何工作的。
- 如果你的应用包含了 tRPC,参看 `src/pages/index.tsx` 和 `src/server/api/routers/post.ts` 来了解 tRPC 查询是如何工作的。
- 浏览 Create T3 App 的文档,以及你应用中所用到包的文档。
- 加入到我们的 [Discord](https://t3.gg/discord) 中,并记得在 [GitHub](https://github.com/t3-oss/create-t3-app) 上给我们的项目点颗星! :)
Loading