feat: 增加 rubick 文档

This commit is contained in:
muwoo
2021-08-05 21:21:20 +08:00
parent ffb6ac96dc
commit 3a70af5c49
15 changed files with 11379 additions and 0 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"
}
}