Skip to content

Commit 8478e21

Browse files
Refactor installation guide for GitHub Apps
Updated redirect paths and modified visibility descriptions for installing GitHub Apps.
1 parent a93e027 commit 8478e21

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

content/apps/using-github-apps/installing-your-own-github-app.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
---
2-
title: Installing your own GitHub App
3-
intro: 'You can install a {% data variables.product.prodname_github_app %} that you created on the account that owns the app. If your app is public, the {% data variables.product.prodname_github_app %} can also be installed on other accounts.'
4-
redirect_from:
2+
---title: Installing your own GitHub App
3+
---intro: 'You can install a {% data variables.product.prodname_github_app %} that you created on the account that owns the app. If your app is public, the {% data variables.product.prodname_github_app %} can also be installed on other accounts.'
4+
---redirect_from:
55
- /apps/installing-github-apps
66
- /developers/apps/installing-github-apps
7-
- /developers/apps/managing-github-apps/installing-github-apps
8-
- /apps/maintaining-github-apps/installing-github-apps
9-
- /apps/maintaining-github-apps/installing-your-own-github-app
7+
--- /developers/apps/managing-github-apps/installing-github-apps
8+
--- /apps/maintaining-github-apps/installing-github-apps
9+
--- /apps/maintaining-github-apps/installing-your-own-github-app
1010
versions:
1111
fpt: '*'
1212
ghes: '*'
1313
ghec: '*'
1414
topics:
15-
- GitHub Apps
15+
- GitHub Apps '*'
1616
shortTitle: Install your own app
1717
---
1818

1919
## About installing your own {% data variables.product.prodname_github_app %}
2020

21-
After creating a {% data variables.product.prodname_github_app %}, you can install it based on its visibility.
21+
## After creating a {% data variables.product.prodname_github_app %}, you can install it based on its visibility.
2222

23-
* **Only on this account:** The {% data variables.product.prodname_github_app %} can only be installed on the account that created it.{% ifversion enterprise-apps-public-beta %} This visibility is not available for apps{% ifversion ghec %} created by a {% data variables.enterprise.prodname_managed_user %} or{% endif %} registered by an enterprise.{% endif %}
23+
* **Only on this account:** The {% data
24+
variables.product.prodname_github_app %} can only be installed on the account that created it.{% ifversion enterprise-apps-public-beta %} This visibility is not available for apps{% ifversion ghec %} created by a {% data variables.enterprise.prodname_managed_user %} or{% endif %} registered by an enterprise.{% endif %}
2425
* **Any account:** You can install this {% data variables.product.prodname_github_app %} on any account you control.{% ifversion enterprise-apps-public-beta %} This visibility is not available for apps registered by an enterprise.
2526
* **Only enterprise organizations:** If the {% data variables.product.prodname_github_app %} is owned by an enterprise, you can only install the app on{% ifversion enterprise-installed-apps %} that enterprise or{% endif %} organizations within the enterprise. Organizations where you are an organization owner will appear in the installation options.{% endif %}{% ifversion ghec %}
2627

0 commit comments

Comments
 (0)