You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addons: allow users to opt-in into the beta addons
Show a small form to the user where they can enable/disable the new beta addons
on their project.
* Closes#212
* Requires readthedocs/readthedocs.org#10733
{% block project_edit_content_header %}{% trans "Addons" %}{% endblock %}
10
+
11
+
{% block project_edit_sidebar_help_topics %}
12
+
{% include "includes/elements/link.html" with url="https://blog.readthedocs.com/addons-flyout-menu-beta/" text="Blog post: Addons flyout menu beta" is_external=True class="item" %}
13
+
{% endblock project_edit_sidebar_help_topics %}
14
+
15
+
{% block project_edit_content %}
16
+
<divclass="ui info message">
17
+
{% blocktrans trimmed %}
18
+
Read the Docs addons are in beta. Give it a try now!
0 commit comments