feat(docs): update quick start page and add reference section

This commit is contained in:
rzmk 2025-10-03 20:38:24 -04:00
parent cbd0a6dfd9
commit b984c3b5e0
12 changed files with 435 additions and 4 deletions

View file

@ -11,13 +11,17 @@
"format": "biome format --write"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "15.8.1",
"fumadocs-mdx": "12.0.1",
"fumadocs-ui": "15.8.1",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@types/node": "24.5.2",