Skip to content

Commit

Permalink
Update features list for redirects (#241)
Browse files Browse the repository at this point in the history
* Update features list for redirects

Matches the changes from readthedocs/readthedocs.org#11028
and readthedocs/readthedocs-corporate#1708.

* Update content/pages/pricing.html

Co-authored-by: Eric Holscher <[email protected]>

---------

Co-authored-by: Eric Holscher <[email protected]>
  • Loading branch information
stsewd and ericholscher authored Jan 15, 2024
1 parent 5486f94 commit c686c7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/pages/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ <h2 class="ui small monospace center aligned header">
) %}
<div class="ui list relaxed divided">
{{ 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") }}
</div>
{% endcall %}
Expand Down Expand Up @@ -224,7 +223,7 @@ <h3 class="ui small header">
{{ 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") }}
Expand Down

0 comments on commit c686c7c

Please sign in to comment.