We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91f190 commit 4864a06Copy full SHA for 4864a06
1 file changed
docusaurus/docusaurus.config.js
@@ -121,6 +121,26 @@ const config = {
121
// Scarf pixel – fires on every page view (SPA-aware)
122
clientModules: [require.resolve('./src/scarf.js')],
123
124
+ // OneTrust Cookies Consent Notice for couchbase.com
125
+ headTags: [
126
+ {
127
+ tagName: 'script',
128
+ attributes: {
129
+ src: 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js',
130
+ type: 'text/javascript',
131
+ charset: 'UTF-8',
132
+ 'data-domain-script': '748511ff-10bf-44bf-88b8-36382e5b5fd9',
133
+ },
134
135
136
137
138
139
140
+ innerHTML: 'function OptanonWrapper() {}',
141
142
+ ],
143
+
144
plugins: [
145
[
146
'docusaurus-plugin-typedoc',
0 commit comments