refactor: simplify documentation structure by removing multi-language i18n support and unused components

This commit is contained in:
Mathis HERRIOT
2026-01-05 10:16:29 +01:00
parent 91179199f7
commit 4d776c5c16
27 changed files with 57 additions and 445 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@memegoat/documentation",
"name": "@bypass/documentation",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -16,14 +16,11 @@
"fumadocs-mdx": "14.2.4",
"fumadocs-ui": "16.4.3",
"lucide-react": "^0.562.0",
"mermaid": "^11.12.2",
"next": "16.1.1",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.2",
@@ -31,6 +28,7 @@
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"@biomejs/biome": "^2.3.10"
}
}