This commit is contained in:
maji
2025-12-29 00:14:11 +07:00
commit 18bcd5e794
290 changed files with 13043 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "docs-2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "npm run gen && mkdocs serve",
"build": "npm run gen && mkdocs build",
"gen": "node autogen/xmlgen.js && node autogen/mdgen.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}