Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ForeThought Solve Widget #5941

Merged
merged 8 commits into from
Oct 10, 2024
14 changes: 11 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,21 @@ var siteSettings = {
},
announcementBar: {
id: "biweekly-demos",
content: "Register now for Coalesce 2024 ✨ The Analytics Engineering Conference!",
content:
"Register now for Coalesce 2024 ✨ The Analytics Engineering Conference!",
backgroundColor: "#7444FD",
textColor: "#fff",
isCloseable: true,
},
announcementBarActive: true,
announcementBarLink: "https://coalesce.getdbt.com/register/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_coalesce-2024_aw&utm_content=coalesce____&utm_term=all_all__",
announcementBarLink:
"https://coalesce.getdbt.com/register/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_coalesce-2024_aw&utm_content=coalesce____&utm_term=all_all__",
// Set community spotlight member on homepage
// This is the ID for a specific file under docs/community/spotlight
communitySpotlightMember: "meagan-palmer",
prism: {
theme: (() => {
var theme = themes.nightOwl;
var theme = themes.nightOwl;
// Add additional rule to nightowl theme in order to change
// the color of YAML keys (to be different than values).
// There weren't many Prism themes that differentiated
Expand Down Expand Up @@ -200,6 +202,12 @@ var siteSettings = {
links: [
{
html: `
<script
src="https://solve-widget.forethought.ai/embed.js" id="forethought-widget-embed-script" data-api-key="9d421bf3-96b8-403e-9900-6fb059132264"
data-ft-workflow-tag="docs"
config-ft-greeting-message="Ask a question!"
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved
></script>

<div class='footer__items'>
<a href='https://www.getdbt.com/cloud/terms/'>Terms of Service</a>
<a href='https://www.getdbt.com/cloud/privacy-policy/'>Privacy Policy</a>
Expand Down
Loading