Skip to content

Commit 8c8c605

Browse files
committed
Added analytics to conf.json
1 parent 4a8a89b commit 8c8c605

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

conf.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@
1414
"templates": {
1515
"theme": "lumen",
1616
"systemName": "js-data-http",
17-
"copyright": "js-data-http Copyright © 2014-2016 Jason Dobry",
17+
"copyright": "js-data-http Copyright © 2014-2016 js-data-http project authors",
1818
"outputSourceFiles": true,
1919
"syntaxTheme": "dark",
2020
"linenums": true,
21-
"footer": "<div style=\"text-align:center\">Back to <a href=\"http://js-data.io\">js-data.io</a></div>"
21+
"footer": "<div style=\"text-align:center\">Back to <a href=\"http://js-data.io\">js-data.io</a></div>",
22+
"analytics": {
23+
"ua": "UA-55528236-2",
24+
"domain": "api.js-data.io"
25+
}
2226
}
2327
}

0 commit comments

Comments
 (0)