arthas/site
2022-10-09 11:13:53 +08:00
..
docs fix typo #2291 (#2293) 2022-10-09 11:13:53 +08:00
.gitignore fix site build 2022-07-18 23:23:48 +08:00
.prettierignore add new doc site to maven build chain. #2161 2022-07-18 12:54:20 +08:00
.prettierrc.json add new doc site to maven build chain. #2161 2022-07-18 12:54:20 +08:00
package-lock.json fix(docs): adapted vuepress2 beta51 (#2270) 2022-09-02 16:30:29 +08:00
package.json fix(docs): adapted vuepress2 beta51 (#2270) 2022-09-02 16:30:29 +08:00
pom.xml add name site/pom.xml 2022-07-30 17:11:34 +08:00
README.md add new doc site to maven build chain. #2161 2022-07-18 12:54:20 +08:00
yarn.lock fix(docs): adapted vuepress2 beta51 (#2270) 2022-09-02 16:30:29 +08:00

Arthas 文档网站(power by vuepress)

项目运行

# 安装依赖
npm install

# 启动项目
npm run docs:dev

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