refactor: migrate documentation to support multi-language structure with i18n integration
Some checks failed
Documentation Lint / lint (push) Failing after 4m46s
Some checks failed
Documentation Lint / lint (push) Failing after 4m46s
This commit is contained in:
17
documentation/content/docs/stack/index.fr.mdx
Normal file
17
documentation/content/docs/stack/index.fr.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Stack Technique
|
||||
description: Choix technologiques pour MemeGoat.
|
||||
---
|
||||
|
||||
## Frontend
|
||||
- **Framework**: Next.js 15
|
||||
- **Style**: Tailwind CSS
|
||||
- **Bibliothèque UI**: Lucide React, Radix UI
|
||||
|
||||
## Backend
|
||||
- **Langage**: Node.js (TypeScript) / NestJS ou Go
|
||||
- **Base de données**: PostgreSQL
|
||||
- **Stockage d'images**: S3 ou similaire (Cloudinary, Uploadcare)
|
||||
|
||||
## Documentation
|
||||
- **Framework**: Fumadocs
|
||||
17
documentation/content/docs/stack/index.mdx
Normal file
17
documentation/content/docs/stack/index.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Tech Stack
|
||||
description: Technological choices for MemeGoat.
|
||||
---
|
||||
|
||||
## Frontend
|
||||
- **Framework**: Next.js 15
|
||||
- **Style**: Tailwind CSS
|
||||
- **UI Library**: Lucide React, Radix UI
|
||||
|
||||
## Backend
|
||||
- **Language**: Node.js (TypeScript) / NestJS or Go
|
||||
- **Database**: PostgreSQL
|
||||
- **Image Storage**: S3 or similar (Cloudinary, Uploadcare)
|
||||
|
||||
## Documentation
|
||||
- **Framework**: Fumadocs
|
||||
3
documentation/content/docs/stack/meta.en.json
Normal file
3
documentation/content/docs/stack/meta.en.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Stack"
|
||||
}
|
||||
3
documentation/content/docs/stack/meta.json
Normal file
3
documentation/content/docs/stack/meta.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Stack"
|
||||
}
|
||||
Reference in New Issue
Block a user