Skip to content

Commit

Permalink
adds onboarding param
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Nov 8, 2024
1 parent 6b21303 commit 17cbe72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/_static/marketing.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ document.addEventListener("DOMContentLoaded", (event) => {
{
text: "Deploy Streamlit apps for free on ",
link: "Ploomber Cloud!",
url: "https://platform.ploomber.io/register/?utm_medium=readthedocs&utm_source=jupysql",
url: "https://platform.ploomber.io/register/?utm_medium=readthedocs&utm_source=jupysql&onboarding=streamlit",
},
{
text: "Deploy Shiny apps for free on ",
link: "Ploomber Cloud!",
url: "https://platform.ploomber.io/register/?utm_medium=readthedocs&utm_source=jupysql",
url: "https://platform.ploomber.io/register/?utm_medium=readthedocs&utm_source=jupysql&onboarding=shiny-r",
},
{
text: "Deploy Dash apps for free on ",
link: "Ploomber Cloud!",
url: "https://platform.ploomber.io/register/?utm_medium=readthedocs&utm_source=jupysql",
url: "https://platform.ploomber.io/register/?utm_medium=readthedocs&utm_source=jupysql&onboarding=dash",
},
{
text: "Try our new Streamlit ",
Expand Down

0 comments on commit 17cbe72

Please sign in to comment.