mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Migrate documents
This commit is contained in:
parent
de3e21dd64
commit
e5529eead9
31 changed files with 14988 additions and 1 deletions
20
docs/package.json
Normal file
20
docs/package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "docs",
|
||||
"version": "1.0.0",
|
||||
"description": "Documentation website for Minecraft Console Client (MCC)",
|
||||
"main": "index.js",
|
||||
"author": "MCC Team",
|
||||
"license": "CDDL-1.0",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"docs:build": "vuepress-cli build --clean-cache",
|
||||
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
|
||||
"docs:dev": "vuepress-cli dev --clean-cache",
|
||||
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-webpack": "^2.0.0-beta.53",
|
||||
"@vuepress/plugin-shiki": "^2.0.0-beta.53",
|
||||
"vuepress": "^2.0.0-beta.53"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue