feat(docs): add Fumadocs site workspace

This commit is contained in:
Luca Martial 2026-05-11 01:08:31 -07:00
parent cb9ab25456
commit 572d515db0
28 changed files with 3979 additions and 84 deletions

3
.gitignore vendored
View file

@ -29,6 +29,8 @@ htmlcov/
# Node
node_modules/
.next/
.source/
.npm/
.pnpm-store/
*.tsbuildinfo
@ -49,6 +51,7 @@ yarn-error.log*
# Private local agent overlays
.agents/
.claude/
.superpowers/
# Editors and OS files
.idea/