Skip to content

Commit af0eae7

Browse files
authored
Show GitHub App announcement (#619)
Small announcement in the dashboard.
1 parent c91ab2b commit af0eae7

File tree

1 file changed

+24
-0
lines changed
  • readthedocsext/theme/templates/projects/partials/announcements

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{% load blocktrans trans from i18n %}
2+
3+
{% with "https://about.readthedocs.com/blog/2025/06/announcing-our-github-app-beta/" as url_blog %}
4+
<div data-bind="using: new ProjectAnnouncementView('github-app')">
5+
<div class="ui fluid card ko hidden" data-bind="css: { hidden: closed }">
6+
<div class="content">
7+
<i class="fa-solid fa-xmark right floated close icon"
8+
data-bind="click: close_announcement"></i>
9+
<div class="header">{% trans "Announcing our GitHub App beta" %}</div>
10+
<div class="description">
11+
{% blocktrans trimmed %}
12+
We're excited to announce our GitHub App -- allowing more granular permissions and additional functionality around pull request builds.
13+
You can start using the new GitHub App today on our Community site in beta. We plan to start testing with our Business users soon.
14+
{% endblocktrans %}
15+
<div class="ui extra content">
16+
<a class="ui small primary fluid basic button"
17+
target="_blank"
18+
href="{{ url_blog }}">{% trans "Read more about our GitHub App" %}</a>
19+
</div>
20+
</div>
21+
</div>
22+
</div>
23+
</div>
24+
{% endwith %}

0 commit comments

Comments
 (0)