]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Plugins.md
doc: update references to config(.json)?.php
[github/shaarli/Shaarli.git] / doc / md / Plugins.md
index b52b8090aa49368e2f506fb8c69941347f6e2523..954442e2789db64355641a1a9d5a324342b41427 100644 (file)
@@ -4,9 +4,9 @@ There is a bunch of plugins shipped with Shaarli, where there is nothing to do t
 
 If you want to install a third party plugin:
 
-  * Download it.
-  * Put it in the `plugins` directory in Shaarli's installation folder.
-  * Make sure you put it correctly:
+- Download it.
+- Put it in the `plugins` directory in Shaarli's installation folder.
+- Make sure you put it correctly:
 
 ```
 | index.php
@@ -37,7 +37,7 @@ This is important in case plugins are depending on each other. Read plugins READ
 
 ## File mode
 
-Enabled plugin are stored in your `config.php` parameters file, under the `array`:
+Enabled plugin are stored in your `config.json.php` parameters file, under the `array`:
 
 ```php
 $GLOBALS['config']['ENABLED_PLUGINS']
@@ -48,7 +48,7 @@ Example:
 
 ```php
 $GLOBALS['config']['ENABLED_PLUGINS'] = array(
-    'qrcode', 
+    'qrcode',
     'archiveorg',
     'wallabag',
     'markdown',
@@ -72,4 +72,4 @@ Usage of each plugin is documented in it's README file:
 
 #### Third party plugins
 
-See [Community & related software](https://github.com/shaarli/Shaarli/wiki/Community-%26-Related-software#third-party-plugins)
+See [Community & related software](https://shaarli.readthedocs.io/en/master/Community-&-Related-software/)