Skip to content

Commit b06d3e6

Browse files
Add Enterprise plans to our top nav (#284)
* Add Enterprise plans to our top nav Baby steps towards selling these more, should probably go in the footer as well? * Apply suggestions from code review Co-authored-by: Anthony <[email protected]> --------- Co-authored-by: Anthony <[email protected]>
1 parent e32c94f commit b06d3e6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readthedocs_theme/templates/includes/topnav.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{# The main product menu, for all high priority information #}
22
{% macro menu_product(with_more=False) %}
33
<div class="header">About</div>
4+
<a class="item" href="{{ SITEURL }}/features/">
5+
<i class="fad fa-arrow-progress primary icon"></i>
6+
How Read the Docs works
7+
</a>
48
<a class="item" href="{{ SITEURL }}/pricing/">
59
<i class="fad fa-diagram-venn primary icon"></i>
610
Pricing
711
</a>
8-
<a class="item" href="{{ SITEURL }}/features/">
9-
<i class="fad fa-arrow-progress primary icon"></i>
10-
How Read the Docs works
12+
<a class="item" href="{{ SITEURL }}/pricing/enterprise/">
13+
<i class="fad fa-briefcase primary icon"></i>
14+
Enterprise plans
1115
</a>
1216

1317
<div class="header">Features</div>

0 commit comments

Comments
 (0)