arthas/site
2024-01-02 07:57:03 +00:00
..
docs Prettified Code! 2024-01-02 07:57:03 +00: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 fix pom.xml url. #2348 2022-11-18 11:21:53 +08:00
README.md add new doc site to maven build chain. #2161 2022-07-18 12:54:20 +08:00
yarn.lock update site/yarn.lock 2022-10-19 10:53:45 +08:00

Arthas 文档网站(power by vuepress)

项目运行

# 安装依赖
npm install

# 启动项目
npm run docs:dev

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