📝 更新文档

This commit is contained in:
muwoo
2021-12-22 18:11:59 +08:00
parent acddbb724f
commit 024aace801
14 changed files with 35736 additions and 2 deletions

15
docs/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "rubick-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "muwoo",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.8.2"
}
}