-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add email for business projects and new dashboard change (#11809)
This might not be how we've sent some of the last emails, but hte copy should be reusable. - Fixes readthedocs/meta#163
- Loading branch information
Showing
3 changed files
with
145 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
readthedocs/templates/projects/notifications/new_dashboard_email.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{% extends "core/email/common.html" %} | ||
{% block content %} | ||
<p> | ||
Earlier this month we began the last phase of a project to retire our | ||
original user interface and replace it with a completely new dashboard. | ||
</p> | ||
<p> | ||
Documentation hosted on <a href="https://readthedocs.com">Read the Docs Business</a> | ||
will display this new dashboard in several places where documentation | ||
readers interact with our application: documentation authentication and our | ||
default documentation error pages. | ||
</p> | ||
<p> | ||
Below is a summary of what is changing, however we cover what will be | ||
changing and when to expect these changes in more detail on our website: | ||
</p> | ||
<p> | ||
<a href="https://about.readthedocs.com/blog/2024/11/rollout-of-our-new-dashboard/"> | ||
Rollout of our new dashboard | ||
</a> | ||
</p> | ||
|
||
<hr /> | ||
|
||
<p> | ||
On <strong>Dec 10th</strong> we will make our new dashboard the default | ||
dashboard for users logging into <a href="https://readthedocs.com">Read the Docs Business</a> | ||
from our website. This change will mainly affect project maintainers, | ||
especially maintainers that have not yet switched to the new dashboard. | ||
</p> | ||
<p> | ||
At this same time, we will also begin using the new dashboard for | ||
documentation authentication and documentation error pages. Documentation | ||
readers will notice the new dashboard as they log in to view private | ||
documentation and might notice updated error pages if they encounter an | ||
HTTP error. | ||
</p> | ||
<p> | ||
<em>There will be no changes to user generated documentation | ||
otherwise.</em> | ||
</p> | ||
<p> | ||
Projects can update to use these new pages in their documentation at | ||
any point. If you would like to update your project to use these pages | ||
before then, <a href="https://app.readthedocs.com/support">contact us</a>. | ||
</p> | ||
{% endblock content %} |
37 changes: 37 additions & 0 deletions
37
readthedocs/templates/projects/notifications/new_dashboard_email.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{% extends "core/email/common.txt" %} | ||
{% block content %} | ||
Earlier this month we began the last phase of a project to retire our | ||
original user interface and replace it with a completely new dashboard. | ||
|
||
Documentation hosted on Read the Docs Business will display this new dashboard | ||
in several places where documentation readers interact with our application: | ||
documentation authentication and our default documentation error pages. | ||
|
||
Below is a summary of what is changing, however we cover what will be | ||
changing and when to expect these changes in more detail on our website: | ||
|
||
Rollout of our new dashboard | ||
https://about.readthedocs.com/blog/2024/11/rollout-of-our-new-dashboard/ | ||
|
||
---- | ||
|
||
On *Dec 10th* we will make our new dashboard the default dashboard for | ||
users logging into Read the Docs Business from our website. | ||
This change will mainly affect project maintainers, | ||
especially maintainers that have not yet switched to the new dashboard. | ||
|
||
At this same time, we will also begin using the new dashboard for | ||
documentation authentication and documentation error pages. | ||
Documentation readers will notice the new dashboard as they log in to | ||
view private documentation and might notice updated error pages if they | ||
encounter an HTTP error. | ||
|
||
*There will be no changes to user generated documentation otherwise.* | ||
|
||
Projects can update to use these new pages in their documentation at any | ||
point. If you would like to update your project to use these pages | ||
before then, contact us: | ||
|
||
https://app.readthedocs.com/support | ||
|
||
{% endblock content %} |