File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11= Couchbase Documentation UI
22// Variables:
3- :current-release: prod-64
3+ :current-release: prod-66
44// Settings:
55:!example-caption:
66:experimental:
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ NODE_VERSION = "10"
77ALGOLIA_APP_ID = " NI1G57N08Q"
88ALGOLIA_API_KEY = " d3eff3e8bcc0860b8ceae87360a47d54"
99ALGOLIA_INDEX_NAME = " prod_docs_couchbase"
10- OPTANON_SCRIPT_URL = " https://cdn.cookielaw.org/consent/288c1333-faac-4514-a8bf-a30b3db0ee32.js"
10+ OPTANON_SCRIPT_URL = " https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
11+ OPTANON_SCRIPT_DATA_DOMAIN_SCRIPT = " 748511ff-10bf-44bf-88b8-36382e5b5fd9"
1112
1213[context .branch-deploy ]
1314command = " node_modules/.bin/gulp preview:build && node_modules/.bin/gulp --series build bundle:pack"
Original file line number Diff line number Diff line change 11<link rel =" stylesheet" href =" {{{ uiRootPath }}} /css/site.css" >
22<script src =" {{{ uiRootPath }}} /js/vendor/jquery.js" ></script >
3- {{ #with env.OPTANON_SCRIPT_URL }}
4- <script src =" {{ this }} " ></script >
3+ {{ #if env.OPTANON_SCRIPT_URL }}
4+ <script src =" {{ env.OPTANON_SCRIPT_URL }} " data-domain-script = " {{ env.OPTANON_SCRIPT_DATA_DOMAIN_SCRIPT }} " ></script >
55<script >function OptanonWrapper (){}</script >
6- {{ /with }}
6+ {{ /if }}
77{{ #with site.keys.googleAnalytics }}
88<script >(window .dataLayer = window .dataLayer || []).push ({' gtm.start' : + new Date (),event : ' gtm.js' })</script >
99<script async src =" https://www.googletagmanager.com/gtm.js?id={{{ this }}} " ></script >
You can’t perform that action at this time.
0 commit comments