We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 583856f + 70ef490 commit 315103aCopy full SHA for 315103a
README.md
@@ -140,6 +140,17 @@ Copy additional css files to the documentation app
140
####analytics
141
Optional include Google Analytics in the documentation app.
142
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
154
####discussions
155
Optional include [discussions](http://disqus.com) in the documentation app.
156
0 commit comments