From c686c7cbe8651afe4ad674a5d8cda438206a7533 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 15 Jan 2024 15:13:25 -0500 Subject: [PATCH] Update features list for redirects (#241) * Update features list for redirects Matches the changes from https://github.com/readthedocs/readthedocs.org/pull/11028 and https://github.com/readthedocs/readthedocs-corporate/pull/1708. * Update content/pages/pricing.html Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com> --------- Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com> --- content/pages/pricing.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/pages/pricing.html b/content/pages/pricing.html index 490204b3..6812030e 100644 --- a/content/pages/pricing.html +++ b/content/pages/pricing.html @@ -117,7 +117,6 @@

) %}
{{ pricing.plan_feature("Ad free projects", "Disable ads on your projects", "fa-ad", color="light grey") }} - {{ pricing.plan_feature("Forced Redirects", "Support redirects on all pages", "fa-arrow-right", color="light grey") }} {{ pricing.plan_feature("Support Read the Docs", "Keep our Community site sustainable", "fa-heart", color="red") }}
{% endcall %} @@ -224,7 +223,7 @@

{{ pricing.feature_row("Subprojects", "Organize projects using project nesting", "fa-diagram-nested") }} {{ pricing.feature_row("Integrated search", "Search across all of your projects", "fa-magnifying-glass") }} {{ pricing.feature_row("Offline formats", "Download offline PDF and EPUB formats", "fa-file-pdf") }} - {{ pricing.feature_row("Request redirects", "Redirect requests for moved and deleted content", "fa-diamond-turn-right") }} + {{ pricing.feature_row("Redirects", "Redirect requests for moved and deleted content", "fa-diamond-turn-right", 100, 50, 250, (500, "olive")) }} {{ pricing.feature_row("Sitemap generation", "Automatically update your project's sitemap", "fa-sitemap") }} {{ pricing.feature_row("Customizable error pages", "Manage your own HTTP error pages", "fa-palette") }} {{ pricing.feature_row("Status badges", "Embeddable badges showing your project's status", "fa-badge-check") }}