From ada11d0b5909f6e4b9b4497677ed43326ad08ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 22 Apr 2014 12:51:10 +0200 Subject: [PATCH] Add section in readme about plugins --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 16cc021e6..48a8d719e 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