We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e190829 + 4e2a8fd commit b549bf4Copy full SHA for b549bf4
1 file changed
docusaurus.config.js
@@ -25,7 +25,24 @@ const config = {
25
onBrokenLinks: 'warn',
26
onBrokenMarkdownLinks: 'warn',
27
28
+ // OneTrust Cookies Consent Notice for couchbase.com
29
headTags: [
30
+ {
31
+ tagName: 'script',
32
+ attributes: {
33
+ src: 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js',
34
+ type: 'text/javascript',
35
+ charset: 'UTF-8',
36
+ 'data-domain-script': '748511ff-10bf-44bf-88b8-36382e5b5fd9',
37
+ },
38
39
40
41
42
43
44
+ innerHTML: 'function OptanonWrapper() {}',
45
46
{
47
tagName: 'script',
48
attributes: {},
0 commit comments