File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
cd docs
6
6
7
- # setup java-design-patterns
7
+ # Setup java-design-patterns - English
8
8
rm -rf java-design-patterns
9
9
rm -rf patterns
10
+ rm -rf zh/patterns
10
11
git clone https://github.com/iluwatar/java-design-patterns.git -b vuepress
11
12
cd java-design-patterns
12
13
git checkout-index -a -f --prefix=../patterns/
13
14
cd ../patterns
14
15
rm -rf etc .circleci .github .mvn checkstyle-suppressions.xml CONTRIBUTING.MD LICENSE.md license-plugin-header-style.xml mvnw mvnw.cmd pom.xml PULL_REQUEST_TEMPLATE.md .all-contributorsrc .gitignore gpl-3.0.txt layers.log lgpl-3.0.txt lombok.config service-layer.log
15
16
find . -maxdepth 2 -type d -exec bash -c ' cd "{}" && pwd && rm -rf src pom.xml *.ucls *.puml .gitignore' \;
16
17
mv -vf index.md README.md
17
- cd ..
18
+ # Setup java-design-patterns - Chinese
19
+ cd localization/zh
20
+ mkdir ../../../zh/patterns
21
+ cp -vrf * ../../../zh/patterns
22
+ cd ../../../zh/patterns
23
+ mv -vf index.md README.md
24
+ cd ../..
18
25
rm -rf java-design-patterns
26
+ rm -rf patterns/localization
19
27
20
28
# setup programming-principles
21
29
rm -rf programming-principles
Original file line number Diff line number Diff line change @@ -78,6 +78,6 @@ module.exports = config({
78
78
} ,
79
79
80
80
pwa : false ,
81
-
81
+
82
82
} ,
83
83
} ) ;
You can’t perform that action at this time.
0 commit comments