summaryrefslogtreecommitdiffstats
path: root/docs/plugins.md
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-02-29 21:50:48 +0100
committerSamy Pesse <samypesse@gmail.com>2016-02-29 21:50:48 +0100
commitc08e5ce62c30cb8d014151448bfe6da6b5a47fcf (patch)
treefd9504c00d46786aebe2c65c6a95fa62edb363a7 /docs/plugins.md
parentec353e179dedf1ebf1ab6e54f6217a88d087ea75 (diff)
downloadgitbook-c08e5ce62c30cb8d014151448bfe6da6b5a47fcf.zip
gitbook-c08e5ce62c30cb8d014151448bfe6da6b5a47fcf.tar.gz
gitbook-c08e5ce62c30cb8d014151448bfe6da6b5a47fcf.tar.bz2
Improve structure of doc
Diffstat (limited to 'docs/plugins.md')
-rw-r--r--docs/plugins.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/plugins.md b/docs/plugins.md
deleted file mode 100644
index ff56b7b..0000000
--- a/docs/plugins.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Plugins
-
-Plugins are the best way to extend GitBook functionalities (ebook and website). There exist plugins to do a lot of things: bring math formulas display support, track visits using Google Analytic, etc.
-
-### How to find plugins?
-
-Plugins can be easily searched on [plugins.gitbook.com](https://plugins.gitbook.com).
-
-
-### How to install a plugin?
-
-Once you find a plugin that you want to install, you need to add it to your `book.json`:
-
-```
-{
- "plugins": ["myPlugin", "anotherPlugin"]
-}
-```
-
-You can also specify a specific version using: `"myPlugin@0.3.1"`. By default GitBook will resolve the latest version of the plugin compatbile with the current GitBook version.
-
-Plugins are automatically installed on [GitBook.com](https://www.gitbook.com). Locally, run `gitbook install` to install and prepare all plugins for your books.
-
-### Configuring plugins
-
-PLugins specific configurations are stored in `pluginsConfig`. You have to refer to the documentation of the plugin itself for details about the available options.