Updated docs

This commit is contained in:
headlessdev
2025-04-21 12:16:53 +02:00
parent ded9149466
commit 693368b735
6 changed files with 2621 additions and 25 deletions

19
docs/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"vitepress": "^1.6.3"
}
}