From 4babfbc21e2a2bf2631e940ac9b8ffe1aa595a06 Mon Sep 17 00:00:00 2001 From: Loi Nguyen Date: Fri, 31 Jul 2026 23:54:54 +0700 Subject: [PATCH 1/2] docs: add Spanish installation summary --- src/app/docs/installation/page.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/app/docs/installation/page.tsx b/src/app/docs/installation/page.tsx index f339cac..2520852 100644 --- a/src/app/docs/installation/page.tsx +++ b/src/app/docs/installation/page.tsx @@ -7,6 +7,7 @@ import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert'; import { Badge } from '@/components/ui/badge'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'; +import { DISCORD_INVITE_URL } from '@/lib/community'; export const metadata: Metadata = { title: 'Installation | Create Awesome Python App Documentation', @@ -61,6 +62,22 @@ export default function InstallationPage() {

+ + + Inicio rápido en español + + Ejecuta la CLI con uvx create-awesome-python-app@latest, consulta los{' '} + + métodos de instalación + {' '} + y únete a nuestra{' '} + + comunidad de Discord + {' '} + si necesitas ayuda. + + + No global install required @@ -70,7 +87,7 @@ export default function InstallationPage() { -
+

Install methods

From 87bf3a170242773d7013f73300f4ff834784791d Mon Sep 17 00:00:00 2001 From: Loi Nguyen Date: Sat, 1 Aug 2026 07:56:03 +0700 Subject: [PATCH 2/2] docs: mark Spanish installation callout language --- src/app/docs/installation/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/docs/installation/page.tsx b/src/app/docs/installation/page.tsx index 2520852..06d6dc9 100644 --- a/src/app/docs/installation/page.tsx +++ b/src/app/docs/installation/page.tsx @@ -62,7 +62,7 @@ export default function InstallationPage() {

- + Inicio rápido en español