File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed
Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 44 <div class =" col" >
55 <div class =" footer-logo" >
66 <a href =" https://www.couchbase.com" class =" icon" >
7- <img src =" {{ uiRootPath }} /img/logo.svg" alt =" Couchbase" >
7+ <img src =" {{{ uiRootPath } }} /img/logo.svg" alt =" Couchbase" >
88 </a >
99 </div >
1010 <div class =" contact" >
@@ -72,7 +72,7 @@ United States</p>
7272 </div >
7373 </div >
7474 <div class =" footer-terms" >
75- <span >{{ year }} COUCHBASE All rights reserved.</span >
75+ <span >{{{ year } }} COUCHBASE All rights reserved.</span >
7676 <a href =" https://www.couchbase.com/privacy-policy" >Privacy Policy</a >
7777 <a href =" https://www.couchbase.com/terms-of-use" >Terms of Use</a >
7878 <a href =" https://www.couchbase.com/cookie-policy" >Cookie Policy</a >
Original file line number Diff line number Diff line change 1- <script src =" {{ uiRootPath }} /js/site.js" ></script >
1+ <script src =" {{{ uiRootPath } }} /js/site.js" ></script >
22{{ #with page.attributes.content-scripts }}
33{{{ this }}}
44{{ /with }}
5- <script async src =" {{ uiRootPath }} /js/vendor/highlight.js" ></script >
5+ <script async src =" {{{ uiRootPath } }} /js/vendor/highlight.js" ></script >
66{{ #if env.ALGOLIA_API_KEY }}
7- <script async id =" search-script" src =" {{ uiRootPath }} /js/vendor/docsearch.js"
7+ <script async id =" search-script" src =" {{{ uiRootPath } }} /js/vendor/docsearch.js"
88 {{ ~#if env.ALGOLIA_APP_ID }} data-app-id =" {{ env.ALGOLIA_APP_ID }} " {{ /if ~}}
9- data-api-key =" {{ env.ALGOLIA_API_KEY }} " data-index-name =" {{ env.ALGOLIA_INDEX_NAME }} " data-stylesheet =" {{ uiRootPath }} /css/vendor/docsearch.css" ></script >
9+ data-api-key =" {{ env.ALGOLIA_API_KEY }} " data-index-name =" {{ env.ALGOLIA_INDEX_NAME }} " data-stylesheet =" {{{ uiRootPath } }} /css/vendor/docsearch.css" ></script >
1010{{ /if }}
1111{{ #if (eq page.layout ' tutorials' )}}
12- <script async src =" {{ uiRootPath }} /js/vendor/mark.js" ></script >
12+ <script async src =" {{{ uiRootPath } }} /js/vendor/mark.js" ></script >
1313{{ /if }}
1414{{ #if (eq env.SHOW_FEEDBACK_BUTTON ' true' )}}
15- {{!-- <script async id="feedback-script" src="{{uiRootPath}}/js/vendor/feedback.js?v=1" data-collector-id="de2e9313"></script> --}}
16- <script async id =" feedback-script" src =" {{ uiRootPath }} /js/vendor/feedback.js?v=1" data-collector-id =" 709818cb" ></script >
15+ {{!-- <script async id="feedback-script" src="{{{ uiRootPath} }}/js/vendor/feedback.js?v=1" data-collector-id="de2e9313"></script> --}}
16+ <script async id =" feedback-script" src =" {{{ uiRootPath } }} /js/vendor/feedback.js?v=1" data-collector-id =" 709818cb" ></script >
1717{{ /if }}
1818
19- <script async id =" feedback-script" src =" {{ uiRootPath }} /js/vendor/feedback.js?v=1" data-collector-id =" 709818cb" ></script >
19+ <script async id =" feedback-script" src =" {{{ uiRootPath } }} /js/vendor/feedback.js?v=1" data-collector-id =" 709818cb" ></script >
Original file line number Diff line number Diff line change 1- <link rel =" stylesheet" href =" {{ uiRootPath }} /css/site.css" >
1+ <link rel =" stylesheet" href =" {{{ uiRootPath } }} /css/site.css" >
22 {{!-- include fontAwesome CDN --}}
33 <script src =" https://kit.fontawesome.com/4a5569d39d.js" crossorigin =" anonymous" ></script >
4- <script src =" {{ uiRootPath }} /js/vendor/jquery.js" ></script >
4+ <script src =" {{{ uiRootPath } }} /js/vendor/jquery.js" ></script >
55 {{ #with env.OPTANON_SCRIPT_URL }}
6- <script src =" {{ @root.uiRootPath }} /js/vendor/jquery.js" ></script >
6+ <script src =" {{{ @root.uiRootPath } }} /js/vendor/jquery.js" ></script >
77 <script src =" {{ this }} " ></script >
88 <script >function OptanonWrapper (){}</script >
99 {{ /with }}
Original file line number Diff line number Diff line change 1010 <meta name =" dcterms.identifier" content =" {{ page.version }} " >
1111 {{ /if }}
1212 <meta name =" generator" content =" Antora {{ antoraVersion }} " >
13- <link rel =" icon" href =" {{ uiRootPath }} /img/favicon.ico" type =" image/x-icon" >
13+ <link rel =" icon" href =" {{{ uiRootPath } }} /img/favicon.ico" type =" image/x-icon" >
Original file line number Diff line number Diff line change 11<header class =" header fixed-top" >
22 <nav class =" navbar navbar-expand-md flex-nowrap justify-content-between navbar-new-top" >
33 <a class =" navbar-brand" href =" {{ #with (and site.url site.homeUrl )}} {{ @root.site.url }}{{ this }} {{ else }} {{ siteRootPath }} {{ /with }} " >
4- <img src =" {{ uiRootPath }} /img/logo.png" alt =" Couchbase" />
4+ <img src =" {{{ uiRootPath } }} /img/logo.png" alt =" Couchbase" />
55 </a >
66 {{! <ul class="nav navbar-nav mr-auto"></ul> }}
77 <button class =" navbar-burger" data-target =" topbar-menu" >
Original file line number Diff line number Diff line change 44 {{ #if (or page.versions (ends-with page.component.name ' -sdk' ))}}
55 <div class =" component-frame has-dropdown" >
66 <div class =" frame-icon" >
7- <img src =" {{ uiRootPath }} /img/server-icon.png" alt =" " >
7+ <img src =" {{{ uiRootPath } }} /img/server-icon.png" alt =" " >
88 </div >
99 <div class =" frame-body" >
1010 <h4 class =" title" ><span class =" title" >{{{ page.component.title }}} </span ></h4 >
3030 {{ else }}
3131 <div class =" component-frame" >
3232 <div class =" frame-icon" >
33- <img src =" {{ uiRootPath }} /img/server-icon.png" alt =" " >
33+ <img src =" {{{ uiRootPath } }} /img/server-icon.png" alt =" " >
3434 </div >
3535 <div class =" frame-body" >
3636 <h4 class =" title" ><span class =" title" >{{{ page.component.title }}} </span ></h4 >
You can’t perform that action at this time.
0 commit comments