You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/site
SiuHui 479f38b9db
feat: restrict boot to use 3.x version and support website version switching (#2884)
5 months ago
..
docs feat: restrict boot to use 3.x version and support website version switching (#2884) 5 months ago
.gitignore fix site build 3 years ago
.prettierignore add new doc site to maven build chain. #2161 3 years ago
.prettierrc.json add new doc site to maven build chain. #2161 3 years ago
README.md add new doc site to maven build chain. #2161 3 years ago
package-lock.json fix(docs): adapted vuepress2 beta51 (#2270) 2 years ago
package.json fix(docs): adapted vuepress2 beta51 (#2270) 2 years ago
pom.xml fix pom.xml url. #2348 2 years ago
yarn.lock feat: restrict boot to use 3.x version and support website version switching (#2884) 5 months ago

README.md

Arthas 文档网站(power by vuepress)

项目运行

# 安装依赖
npm install

# 启动项目
npm run docs:dev

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