documentation-website
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "documentation-website", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"keywords": [ | ||
@@ -36,4 +36,4 @@ "documentation", | ||
"buildDefinition": { | ||
"ANALYTICS_CODE": { | ||
"__evaluate__": "`'${self.module.preprocessor.pug.locals.ANALYTICS_CODE}'`" | ||
"TRACKING_CODE": { | ||
"__evaluate__": "`'${self.module.preprocessor.pug.locals.TRACKING_CODE}'`" | ||
}, | ||
@@ -40,0 +40,0 @@ "LANGUAGES": { |
@@ -375,3 +375,3 @@ // @flow | ||
$.noConflict(true)(($:Object):Documentation => $.Documentation({ | ||
trackingCode: ANALYTICS_CODE, language: { | ||
trackingCode: TRACKING_CODE, language: { | ||
selection: LANGUAGES || [], | ||
@@ -378,0 +378,0 @@ sessionDescription: 'documentationWebsite{1}' |
91180