Add documentation for piwik_analytics

Cette révision appartient à :
Progi1984 2013-07-21 21:08:12 +02:00
Parent 5e9e09e0a8
révision 7be4cea02e
1 fichiers modifiés avec 7 ajouts et 0 suppressions

Voir le fichier

@ -150,6 +150,13 @@ This will embed the google analytics tracking code.
"google_analytics": "UA-XXXXXXXXX-XX"
}
###Piwik Analytics:
This will embed the piwik tracking code.
{
"piwik_analytics": "my-url-for-piwik.com"
}
## Running Locally
You can run the docs locally using <a href="http://gruntjs.com/" target="_blank">Grunt.js</a> I assume you are familiar with how to use Grunt and have the latest version of PHP 5.4 installed which is able to run a webserver.