Skip to content

Commit 315103a

Browse files
committed
Merge pull request nikhilmodak#54 from hrajchert/master
Update documentation
2 parents 583856f + 70ef490 commit 315103a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,17 @@ Copy additional css files to the documentation app
140140
####analytics
141141
Optional include Google Analytics in the documentation app.
142142

143+
Example usage:
144+
145+
```js
146+
var opts = {
147+
analytics: {
148+
account: 'UA-XXXXXX-YY',
149+
domainName: 'http://mywebpage.com/'
150+
}
151+
};
152+
```
153+
143154
####discussions
144155
Optional include [discussions](http://disqus.com) in the documentation app.
145156

0 commit comments

Comments
 (0)