Skip to content

Commit

Permalink
docs(ru): translate examples.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBakhmat committed Jul 30, 2024
1 parent 52c5bf6 commit 6ce30a5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions www/src/pages/ru/examples.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Examples
description: Примеры различных приложений
layout: ../../layouts/docs.astro
lang: ru
isMdx: true
---

import Callout from "../../components/docs/callout.tsx";
import Form from "../../components/docs/exampleOptionForm.astro";

Вы можете попробовать различные комбинации технологий, которые предоставляет create-t3-app.

<Callout type="info">
Вы не можете одновременно выбрать `prisma` и `drizzle`.
</Callout>

<Form />

<Callout type="warning">
Некоторые функции могут не работать, пока вы не создадите файл env.
</Callout>

0 comments on commit 6ce30a5

Please sign in to comment.