Feat : Gitbook

This commit is contained in:
decolua
2026-05-11 11:50:24 +07:00
parent 7ad538bcf2
commit fd92af77a0
124 changed files with 34154 additions and 4 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "9router-docs",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"deploy": "npm run build && npx wrangler pages deploy out --project-name=9router-docs --commit-dirty=true"
},
"dependencies": {
"lucide-react": "^0.563.0",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.0",
"tailwindcss": "^4.2.0"
}
}