arthas/site
hengyunabc 87a31531a0 update site/yarn.lock
..
docs profiler command update Options and Documents ()
.gitignore fix site build
.prettierignore add new doc site to maven build chain.
.prettierrc.json add new doc site to maven build chain.
README.md add new doc site to maven build chain.
package-lock.json fix(docs): adapted vuepress2 beta51 ()
package.json fix(docs): adapted vuepress2 beta51 ()
pom.xml fix pom.xml url.
yarn.lock update site/yarn.lock

README.md

Arthas 文档网站(power by vuepress)

项目运行

# 安装依赖
npm install

# 启动项目
npm run docs:dev

# 发布项目(打包到 docs/.vuepress/dist 目录)
npm run docs:build