Skip to content

Commit

Permalink
feat: add AI waitlist to banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 15, 2024
1 parent aad105f commit cc174a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ module.exports = {
},
],
themeConfig: {
// announcementBar: {
// id: 'announcement-bar',
// content: '<div id="announcement-bar">🎂 Happy Official 10th Birthday, Pact! Join us for our <a target="_blank" href="https://pact.io/pactober.html?utm_source=docs.pactflow.io&utm_medium=web&utm_campaign=pactober2023&utm_content=banner">Pactober celebration</a>.</div>',
// backgroundColor: '#454CF0',
// textColor: '#fff',
// isCloseable: false,
// },
announcementBar: {
id: 'announcement-bar',
content: '<div id="announcement-bar">🔥 Join the Waitlist for Early Access to PactFlow\'s AI-Augmented Contract Testing! <a target="_blank" href="https://pactflow.io/ai/?utm_source=docs.pactflow.io&utm_medium=web&utm_campaign=ai-beta&utm_content=banner">Sign Up Now >></a>.</div>',
backgroundColor: '#454CF0',
textColor: '#fff',
isCloseable: false,
},
navbar: {
title: "PactFlow Documentation",
logo: {
Expand Down

0 comments on commit cc174a0

Please sign in to comment.