first commit

This commit is contained in:
2025-07-19 13:59:44 +00:00
commit 2540bc968f
113 changed files with 21736 additions and 0 deletions

15
docs/package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "docus-docs",
"description": "Official documentation for Docus, also used as playground.",
"type": "module",
"scripts": {
"build": "docus build",
"dev": "docus dev"
},
"dependencies": {
"@nuxtjs/plausible": "^1.2.0"
},
"devDependencies": {
"docus": "workspace:*"
}
}