diff --git a/__pycache__/main.cpython-310.pyc b/__pycache__/main.cpython-310.pyc index 80b7db4b0..d1e8353f3 100644 Binary files a/__pycache__/main.cpython-310.pyc and b/__pycache__/main.cpython-310.pyc differ diff --git a/docs/guides/index.md b/docs/guides/index.md index fb7d00e9c..41f71607c 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -25,7 +25,7 @@ Getting started with Amplitude can be daunting. These guides break down sophisti Learn about best practices for instrumenting the Accounts add on. - [:octicons-arrow-right-24: Read the guide](../guides/accounts-instrumentation-guide) + [:octicons-arrow-right-24: Read the guide](../guides/accounts-instrumentation-guide/) - :material-key:{ .lg .middle } __Amplitude tokens and keys__ @@ -33,7 +33,7 @@ Getting started with Amplitude can be daunting. These guides break down sophisti Learn all about Amplitude's tokens and keys. - [:octicons-arrow-right-24: Read the guide](../guides/amplitude-keys-guide) + [:octicons-arrow-right-24: Read the guide](../guides/amplitude-keys-guide/) - :material-file-import-outline:{ .lg .middle } __Import historical data__ diff --git a/docs/javascripts/accessibe.js b/docs/javascripts/accessibe.js index cc787b768..f08da9a9a 100644 --- a/docs/javascripts/accessibe.js +++ b/docs/javascripts/accessibe.js @@ -1 +1 @@ -(function(){ var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function(){ acsbJS.init({ statementLink : '', footerHtml : '', hideMobile : false, hideTrigger : false, disableBgProcess : false, language : 'en', position : 'right', leadColor : '#146FF8', triggerColor : '#146FF8', triggerRadius : '50%', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerIcon : 'people', triggerSize : 'bottom', triggerOffsetX : 20, triggerOffsetY : 20, mobile : { triggerSize : 'small', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerOffsetX : 20, triggerOffsetY : 20, triggerRadius : '20' } }); }; h.appendChild(s); })(); +(function(){ var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function(){ acsbJS.init({ statementLink : '', footerHtml : '', hideMobile : false, hideTrigger : false, disableBgProcess : false, language : 'en', position : 'left', leadColor : '#146FF8', triggerColor : '#146FF8', triggerRadius : '50%', triggerPositionX : 'left', triggerPositionY : 'bottom', triggerIcon : 'people', triggerSize : 'bottom', triggerOffsetX : 20, triggerOffsetY : 20, mobile : { triggerSize : 'small', triggerPositionX : 'left', triggerPositionY : 'bottom', triggerOffsetX : 20, triggerOffsetY : 20, triggerRadius : '20' } }); }; h.appendChild(s); })(); diff --git a/docs/javascripts/init-kapa-widget.js b/docs/javascripts/init-kapa-widget.js new file mode 100644 index 000000000..b4df2d075 --- /dev/null +++ b/docs/javascripts/init-kapa-widget.js @@ -0,0 +1,10 @@ +// document.addEventListener("DOMContentLoaded", function () { +// var script = document.createElement("script"); +// script.src = "https://widget.kapa.ai/kapa-widget.bundle.js"; +// script.setAttribute("data-website-id", "ad8ecaa4-5c43-413b-9d0a-8114b6e1f831"); +// script.setAttribute("data-project-name", "Amplitude"); +// script.setAttribute("data-project-color", "#301661"); +// script.setAttribute("data-project-logo", "https://avatars.githubusercontent.com/u/2291562?s=280&v=4"); +// script.async = true; +// document.head.appendChild(script); +// }); \ No newline at end of file diff --git a/overrides/home.html b/overrides/home.html index 5e65fca3c..2a621cb7a 100644 --- a/overrides/home.html +++ b/overrides/home.html @@ -199,4 +199,6 @@