summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-22 12:51:10 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-22 12:51:10 +0200
commitada11d0b5909f6e4b9b4497677ed43326ad08ee2 (patch)
treecd7b8ae6a81480bdae458e5f9b4ba773ad0b9167
parent4c90fdb7b27fdf6527b59097d489a9df0a929264 (diff)
downloadgitbook-ada11d0b5909f6e4b9b4497677ed43326ad08ee2.zip
gitbook-ada11d0b5909f6e4b9b4497677ed43326ad08ee2.tar.gz
gitbook-ada11d0b5909f6e4b9b4497677ed43326ad08ee2.tar.bz2
Add section in readme about plugins
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 16cc021..48a8d71 100644
--- a/README.md
+++ b/README.md
@@ -134,3 +134,16 @@ You can see a complete example with the [Learn Git](https://github.com/GitbookIO
#### Ignoring files & folders
GitBook will read the `.gitignore`, `.bookignore` and `.ignore` files to get a list of files and folders to skip. (The format inside those files, follows the same convention as `.gitignore`)
+
+#### Plugins
+
+PLugins can used to extend your book functionnalities. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more informations about how to build a plugin for gitbook.
+
+##### Default plugins:
+
+* [mathjax](https://github.com/GitbookIO/plugin-mathjax): displays mathematical notation in the book.
+* [mixpanel](https://github.com/GitbookIO/plugin-mixpanel): Mixpanel tracking for your book
+
+##### Other plugins:
+
+* [Google Analytics](https://github.com/GitbookIO/plugin-ga): Google Analytics tracking for your book