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
hengyunabc 91ac6e21b1 polish #2233, update docsearch apiKey 3 years ago
..
docs polish #2233, update docsearch apiKey 3 years 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 docs(style/plugin): add a version tag to the navbar and add the DocSearch plugin (#2233) 3 years ago
package.json docs(style/plugin): add a version tag to the navbar and add the DocSearch plugin (#2233) 3 years ago
pom.xml add name site/pom.xml 3 years ago
yarn.lock docs(style/plugin): add a version tag to the navbar and add the DocSearch plugin (#2233) 3 years ago

README.md

Arthas 文档网站(power by vuepress)

项目运行

# 安装依赖
npm install

# 启动项目
npm run docs:dev

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