Merge PR #5379: New docs V1 (merge master-docs to master)

This commit is contained in:
gamarin2
2019-12-10 09:29:46 -05:00
committed by Alexander Bezobchuk
parent 7d7821b9af
commit b18bd06a36
75 changed files with 5529 additions and 3599 deletions
+7 -10
View File
@@ -4,19 +4,16 @@
"description": "## Get Started",
"main": "index.js",
"scripts": {
"serve": "vuepress dev",
"build": "vuepress build"
"preserve": "./pre.sh",
"serve": "trap 'exit 0' SIGINT; vuepress dev",
"postserve": "./post.sh",
"prebuild": "./pre.sh",
"build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
"postbuild": "./post.sh"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"lodash": "^4.17.13",
"markdown-it": "^8.4.2",
"markdown-it-meta": "0.0.1",
"vuepress": "^1.0.2"
},
"dependencies": {
"axios": "^0.19.0"
"vuepress-theme-cosmos": "^1.0.93"
}
}