feat(docs): add technical features documentation and apply consistent formatting

Added a detailed technical features section to the documentation, covering key functionalities of Memegoat. Improved consistency in formatting across documentation and source files.
This commit is contained in:
Mathis HERRIOT
2026-01-05 16:29:31 +01:00
parent 38e97741e0
commit 86543eeb4f
6 changed files with 84 additions and 21 deletions

View File

@@ -9,6 +9,7 @@
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"lint:write": "biome check --write",
"format": "biome format --write"
},
"dependencies": {