Skip to content

Commit c184910

Browse files
committed
update docs
1 parent 2a86c76 commit c184910

File tree

4 files changed

+110
-0
lines changed

4 files changed

+110
-0
lines changed

docs/javatool/build/maven/book.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"gitbook": "3.2.2",
3+
"title": "maven-tutorial",
4+
"language": "zh-hans",
5+
"root": "./",
6+
"structure": {
7+
"summary": "sidebar.md"
8+
},
9+
"links": {
10+
"sidebar": {
11+
"java-tutorial": "https://github.com/dunwu/java-tutorial"
12+
}
13+
},
14+
"plugins": [
15+
"-lunr",
16+
"-search",
17+
"advanced-emoji@^0.2.2",
18+
19+
"anchors@^0.7.1",
20+
"edit-link@^2.0.2",
21+
"expandable-chapters-small@^0.1.7",
22+
"github@^2.0.0",
23+
"search-plus@^0.0.11",
24+
"simple-page-toc@^0.1.1",
25+
"splitter@^0.0.8",
26+
"tbfed-pagefooter@^0.0.1"
27+
],
28+
"pluginsConfig": {
29+
"anchor-navigation-ex": {
30+
"showLevel": false,
31+
"associatedWithSummary": true,
32+
"multipleH1": true,
33+
"mode": "float",
34+
"isRewritePageTitle": false,
35+
"float": {
36+
"showLevelIcon": false,
37+
"level1Icon": "fa fa-hand-o-right",
38+
"level2Icon": "fa fa-hand-o-right",
39+
"level3Icon": "fa fa-hand-o-right"
40+
},
41+
"pageTop": {
42+
"showLevelIcon": false,
43+
"level1Icon": "fa fa-hand-o-right",
44+
"level2Icon": "fa fa-hand-o-right",
45+
"level3Icon": "fa fa-hand-o-right"
46+
}
47+
},
48+
"edit-link": {
49+
"base": "https://github.com/dunwu/java-tutorial/blob/master/docs",
50+
"label": "编辑此页面"
51+
},
52+
"github": {
53+
"url": "https://github.com/dunwu"
54+
},
55+
"simple-page-toc": {
56+
"maxDepth": 4,
57+
"skipFirstH1": true
58+
},
59+
"sharing": {
60+
"weibo": true,
61+
"all": [
62+
"weibo"
63+
]
64+
},
65+
"tbfed-pagefooter": {
66+
"copyright": "Copyright © Dunwu 2017",
67+
"modify_label": "该文件上次修订时间:",
68+
"modify_format": "YYYY-MM-DD HH:mm:ss"
69+
}
70+
}
71+
}

docs/javatool/build/maven/cover.jpg

115 KB
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "maven-tutorial",
3+
"author": "Zhang Peng",
4+
"homepage": "http://dunwu.github.io/java-tutorial",
5+
"repository": {
6+
"type": "git",
7+
"url": "[email protected]:dunwu/java-tutorial.git"
8+
},
9+
"scripts": {
10+
"start": "docsify serve ./ --port 4000",
11+
"clean": "rimraf _book",
12+
"install": "gitbook install",
13+
"serve": "gitbook serve",
14+
"build": "npm run clean & gitbook build",
15+
"pdf": "gitbook pdf"
16+
},
17+
"dependencies": {
18+
"gitbook-plugin-advanced-emoji": "^0.2.2",
19+
"gitbook-plugin-anchor-navigation-ex": "^1.0.10",
20+
"gitbook-plugin-anchors": "^0.7.1",
21+
"gitbook-plugin-edit-link": "^2.0.2",
22+
"gitbook-plugin-expandable-chapters-small": "^0.1.7",
23+
"gitbook-plugin-github": "^2.0.0",
24+
"gitbook-plugin-search-plus": "0.0.11",
25+
"gitbook-plugin-simple-page-toc": "^0.1.2",
26+
"gitbook-plugin-splitter": "0.0.8",
27+
"gitbook-plugin-tbfed-pagefooter": "0.0.1"
28+
},
29+
"devDependencies": {
30+
"gh-pages": "^2.1.1",
31+
"rimraf": "^3.0.0"
32+
}
33+
}

docs/javatool/build/maven/sidebar.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- [Maven 入门指南](maven-quickstart.md)
2+
- [Maven 教程之 pom.xml 详解](maven-pom.md)
3+
- [Maven 教程之 settings.xml 详解](maven-settings.md)
4+
- [Maven 实战问题和最佳实践](maven-action.md)
5+
- [Maven 教程之发布 jar 到私服或中央仓库](maven-deploy.md)
6+
- [Maven 插件之代码检查](maven-checkstyle-plugin.md)

0 commit comments

Comments
 (0)