feat: setup docs

This commit is contained in:
Henry
2024-12-28 12:15:45 +00:00
parent 0aca729737
commit fa0b7cf539
24 changed files with 1798 additions and 0 deletions

19
apps/docs/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@kan/docs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm with-env mint build",
"clean": "git clean -xdf .cache .turbo node_modules",
"dev": "pnpm with-env mintlify dev",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"mintlify": "^3.0.0"
},
"prettier": "@kan/prettier-config"
}