diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-22 12:51:10 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-22 12:51:10 +0200 |
commit | ada11d0b5909f6e4b9b4497677ed43326ad08ee2 (patch) | |
tree | cd7b8ae6a81480bdae458e5f9b4ba773ad0b9167 | |
parent | 4c90fdb7b27fdf6527b59097d489a9df0a929264 (diff) | |
download | gitbook-ada11d0b5909f6e4b9b4497677ed43326ad08ee2.zip gitbook-ada11d0b5909f6e4b9b4497677ed43326ad08ee2.tar.gz gitbook-ada11d0b5909f6e4b9b4497677ed43326ad08ee2.tar.bz2 |
Add section in readme about plugins
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |