Skip to content

Commit df3f601

Browse files
committed
add atlas.json and cover image
1 parent fe6118e commit df3f601

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
output
2+
.DS_Store

atlas.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"branch": "master",
3+
"files": [
4+
"book/cover.html",
5+
"book/preface.asc",
6+
"book/01-introduction/1-introduction.asc",
7+
"book/02-git-basics/1-git-basics.asc",
8+
"book/03-git-branching/1-git-branching.asc",
9+
"book/04-git-server/1-git-server.asc",
10+
"book/05-distributed-git/1-distributed-git.asc",
11+
"book/06-github/1-github.asc",
12+
"book/07-git-tools/1-git-tools.asc",
13+
"book/08-customizing-git/1-customizing-git.asc",
14+
"book/09-git-and-other-scms/1-git-and-other-scms.asc",
15+
"book/10-git-in-other-environments/1-git-other-environments.asc",
16+
"book/11-git-internals/1-git-internals.asc",
17+
"book/index.asc"
18+
],
19+
"formats": {
20+
"pdf": {
21+
"version": "web",
22+
"index": true,
23+
"toc": true
24+
},
25+
"epub": {
26+
"index": true,
27+
"toc": true,
28+
"epubcheck": false
29+
},
30+
"mobi": {
31+
"index": true,
32+
"toc": true
33+
},
34+
"html": {
35+
"index": true,
36+
"toc": true
37+
}
38+
},
39+
"theme": "oreillymedia/pro-git-theme",
40+
"title": "Pro Git"
41+
}

images/cover.png

482 KB
Loading

0 commit comments

Comments
 (0)