We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8a89b commit 8c8c605Copy full SHA for 8c8c605
conf.json
@@ -14,10 +14,14 @@
14
"templates": {
15
"theme": "lumen",
16
"systemName": "js-data-http",
17
- "copyright": "js-data-http Copyright © 2014-2016 Jason Dobry",
+ "copyright": "js-data-http Copyright © 2014-2016 js-data-http project authors",
18
"outputSourceFiles": true,
19
"syntaxTheme": "dark",
20
"linenums": true,
21
- "footer": "<div style=\"text-align:center\">Back to <a href=\"http://js-data.io\">js-data.io</a></div>"
+ "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
+ }
26
}
27
0 commit comments