add new doc site to maven build chain. #2161

pull/2224/head
hengyunabc 3 years ago
parent 55147e7cc6
commit 842462f860

@ -3,7 +3,7 @@ name: auto prettier
on:
push:
paths:
- 'site-vuepress/**'
- 'site/**'
jobs:
prettier:
@ -18,4 +18,4 @@ jobs:
- name: Prettify code
uses: creyD/prettier_action@v4.2
with:
prettier_options: --config ./site-vuepress/.prettierrc.json --ignore-path ./site-vuepress/.prettierignore --write ./site-vuepress
prettier_options: --config ./site/.prettierrc.json --ignore-path ./site/.prettierignore --write ./site

@ -9,7 +9,7 @@
<fileSets>
<fileSet>
<directory>../site/target/site/sphinx/</directory>
<directory>../site/docs/.vuepress/dist/</directory>
<includes>
<include>**/*</include>
</includes>

@ -24,7 +24,7 @@ module.exports = {
logo: "/images/arthas_light.png",
logoDark: "/images/arthas_dark.png",
repo: "alibaba/arthas",
docsDir: "site-vuepress/docs",
docsDir: "site/docs",
docsBranch: "master",
locales: {

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before

Width:  |  Height:  |  Size: 791 KiB

After

Width:  |  Height:  |  Size: 791 KiB

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save