File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
readthedocsext/theme/templates/projects/partials/announcements Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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 %}
You can’t perform that action at this time.
0 commit comments