Browse Source

GitBook Example

Samy Pessé 10 năm trước cách đây
commit
e5ffe94f00
4 tập tin đã thay đổi với 26 bổ sung0 xóa
  1. 16 0
      .gitignore
  2. 4 0
      README.md
  3. 3 0
      SUMMARY.md
  4. 3 0
      chapter1.md

+ 16 - 0
.gitignore

@@ -0,0 +1,16 @@
+# Node rules:
+## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+## Dependency directory
+## Commenting this out is preferred by some people, see
+## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
+node_modules
+
+# Book build output
+_book
+
+# eBook build output
+*.epub
+*.mobi
+*.pdf

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
+My Awesome Book
+=======
+
+This file file serves as your book's preface, a great place to describe your book's content and ideas.

+ 3 - 0
SUMMARY.md

@@ -0,0 +1,3 @@
+# Summary
+
+* [First Chapter](chapter1.md)

+ 3 - 0
chapter1.md

@@ -0,0 +1,3 @@
+# First Chapter
+
+GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one.