Add new knowledgebase / docs #38

This commit is contained in:
nocnico
2025-06-11 00:43:18 +02:00
parent 18a4dfaf6e
commit afb1cfb21d
12 changed files with 1490 additions and 1 deletions

View File

@@ -55,7 +55,7 @@
"build": {
"dependsOn": ["^build", "generate"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
"outputs": [".next/**", "!.next/cache/**", "dist/**", "**/.vitepress/dist/**"]
},
"lint": {
"dependsOn": ["^lint"]