From 0b6e4a0f6893a85a05d82cf0d9aa051357ab47e2 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Mon, 26 Aug 2024 23:28:34 -0400 Subject: [PATCH] added crisp access --- docs_website/docusaurus.config.ts | 9 +++++++++ docs_website/src/pages/support.md | 15 +++++++++------ docs_website/static/js/crisp.js | 1 + 3 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 docs_website/static/js/crisp.js diff --git a/docs_website/docusaurus.config.ts b/docs_website/docusaurus.config.ts index d410459..167d36a 100644 --- a/docs_website/docusaurus.config.ts +++ b/docs_website/docusaurus.config.ts @@ -64,6 +64,15 @@ const config: Config = { }, themes: ['@docusaurus/theme-mermaid'], + scripts: [ + + { + src: + '/js/crisp.js', + async: false, + }, + ], + themeConfig: { colorMode: { defaultMode: 'light', diff --git a/docs_website/src/pages/support.md b/docs_website/src/pages/support.md index 095fb85..9e2b41f 100644 --- a/docs_website/src/pages/support.md +++ b/docs_website/src/pages/support.md @@ -2,9 +2,13 @@ Our dedicated team is here to help you every step of the way. We're passionate about ensuring that you receive the best possible experience exploring the ThreeFold ecosystem. -If you can't find the answer to your question, our dedicated ThreeFold Support team is here to help. +If you can't find the answer to your question, our dedicated ThreeFold support team is here to help. -Reach out to the [***ThreeFold Support***](https://threefoldfaq.crisp.help/en/) for assistance. +## Reach Support + +***To contact the ThreeFold support team, simply click on the chat button at the bottom right of the screen.*** + +You can also visit the [ThreeFold Support Crisp website](https://threefoldfaq.crisp.help/en/). ## Live Chat Availability @@ -12,7 +16,7 @@ Our support team is available from Monday to Friday, Central European Summer Tim * **Monday to Friday**: Available from 8:00 AM to 12:00 AM CEST -> Outside of these hours, you can still write to the Support and they will get back to you during working hours. +> Outside of these hours, you can still write to the support team and they will get back to you during working hours. ## How We Can Help @@ -25,9 +29,8 @@ Our support team is here to assist you with any questions or concerns you may ha ## Get in Touch -Ready to reach out? Visit the ThreeFold website and initiate a chat with us during business hours. We're here to listen, assist, and provide support! +Ready to reach out? Simply click on the chat button at the bottom right of the screen and initiate a chat with us during business hours. -### Contact Us -[Live Chat Link](https://threefoldfaq.crisp.help/en/) +*We're here to listen, assist, and provide support!* --- diff --git a/docs_website/static/js/crisp.js b/docs_website/static/js/crisp.js new file mode 100644 index 0000000..9e5aaa5 --- /dev/null +++ b/docs_website/static/js/crisp.js @@ -0,0 +1 @@ +window.$crisp=[];window.CRISP_WEBSITE_ID="1a5a5241-91cb-4a41-8323-5ba5ec574da0";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})(); \ No newline at end of file