Skip to content

Commit 7506ca4

Browse files
author
Krasimir Tsonev
committed
GitBook integration
1 parent c96043d commit 7506ca4

File tree

110 files changed

+69
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+69
-50
lines changed

.bookignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
code/*
2+
assets/*

README-vi.md

-21
This file was deleted.

README.md

+20-24

book.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"root": "./book",
3+
"title": "React in patterns",
4+
"description": "A book about common design patterns used while developing with React.",
5+
"author": "Krasimir Tsonev",
6+
"gitbook": "1.0.0",
7+
"pdf": {
8+
"pageNumbers": true,
9+
"fontSize": 12,
10+
"fontFamily": "Arial",
11+
"paperSize": "a5"
12+
}
13+
}

book/README.md

+3

book/SUMMARY.md

+23

patterns/introduction.md renamed to book/chapter-1/README.md

+1-1

patterns/third-party/README.md renamed to book/chapter-12/README.md

+1-1
File renamed without changes.
File renamed without changes.

.babelrc renamed to code/.babelrc

File renamed without changes.
File renamed without changes.
File renamed without changes.

code/README.md

+6
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

patterns/dependency-injection-module-system/README.md

-3
This file was deleted.

0 commit comments

Comments
 (0)