From d7ae80f55218a453a2f9723e22b096da26b2be8d Mon Sep 17 00:00:00 2001 From: Latent Date: Wed, 4 Dec 2024 17:59:01 -0500 Subject: [PATCH] [Doc] Banner for Community tier --- doc/apps/dash.md | 6 ++++++ doc/apps/shiny-r.md | 7 +++++++ doc/apps/streamlit.md | 6 ++++++ doc/quickstart/support.md | 1 + 4 files changed, 20 insertions(+) diff --git a/doc/apps/dash.md b/doc/apps/dash.md index 719684d0..dd784ede 100644 --- a/doc/apps/dash.md +++ b/doc/apps/dash.md @@ -116,6 +116,12 @@ ploomber-cloud deploy --watch To ensure your app doesn't break on re-deployments, pin your [dependencies.](pin-dependencies) ``` +## Community Edition Banner + +When deploying Dash apps using our Community Edition, we automatically add a marketing banner to your application. This banner helps us maintain and improve our free hosting services. To remove the banner, [you'll need to upgrade to a paid plan](https://www.platform.ploomber.io/register/?trial=pro). + +If you experience any technical issues with your application related to the banner, please don't hesitate to reach out to our [support](support) team for assistance. + ## Production deployments Ploomber has features to help you deploy production-ready Dash apps diff --git a/doc/apps/shiny-r.md b/doc/apps/shiny-r.md index 1ee8def7..be27cd2b 100644 --- a/doc/apps/shiny-r.md +++ b/doc/apps/shiny-r.md @@ -93,6 +93,13 @@ ploomber-cloud deploy --watch ```` ````` +## Community Edition Banner + +When deploying Shiny apps using our Community Edition, we automatically add a marketing banner to your application. This banner helps us maintain and improve our free hosting services. To remove the banner, [you'll need to upgrade to a paid plan](https://www.platform.ploomber.io/register/?trial=pro). + +If you experience any technical issues with your application related to the banner, please don't hesitate to reach out to our [support](support) team for assistance. + + ## Production deployments Ploomber has features to help you deploy production-ready Shiny R apps diff --git a/doc/apps/streamlit.md b/doc/apps/streamlit.md index 845ae9c7..4c2d1f49 100644 --- a/doc/apps/streamlit.md +++ b/doc/apps/streamlit.md @@ -110,6 +110,12 @@ ploomber-cloud deploy --watch To ensure your app doesn't break on re-deployments, pin your [dependencies.](pin-dependencies) ``` +## Community Edition Banner + +When deploying Streamlit apps using our Community Edition, we automatically add a marketing banner to your application. This banner helps us maintain and improve our free hosting services. To remove the banner, [you'll need to upgrade to a paid plan](https://www.platform.ploomber.io/register/?trial=pro). + +If you experience any technical issues with your application related to the banner, please don't hesitate to reach out to our [support](support) team for assistance. + ## Production deployments Ploomber has features to help you deploy production-ready Streamlit apps diff --git a/doc/quickstart/support.md b/doc/quickstart/support.md index 30dac4f9..d3b17e95 100644 --- a/doc/quickstart/support.md +++ b/doc/quickstart/support.md @@ -1,5 +1,6 @@ # Get support +(support)= ## Community users [Join our Slack](https://ploomber.io/community/) and post your question on the `#ask-anything` channel.