forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Apps overhaul] Restructure the current docs to match the proposed do…
…cs structure as closely as possible (github#34664) Co-authored-by: Sarah Edwards <skedwards88@github.com>
- Loading branch information
1 parent
9d15924
commit 3937238
Showing
123 changed files
with
335 additions
and
242 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
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
15 changes: 15 additions & 0 deletions
15
content/apps/creating-github-apps/authenticating-with-a-github-app/index.md
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,15 @@ | ||
--- | ||
title: Authenticating with a {% data variables.product.prodname_github_app %} | ||
intro: 'Learn how to set up authentication options for {% data variables.product.prodname_github_apps %}.' | ||
versions: | ||
fpt: '*' | ||
ghes: '*' | ||
ghae: '*' | ||
ghec: '*' | ||
topics: | ||
- GitHub Apps | ||
children: | ||
- /authenticating-with-github-apps | ||
- /identifying-and-authorizing-users-for-github-apps | ||
- /refreshing-user-to-server-access-tokens | ||
--- |
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
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
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
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
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
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
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
23 changes: 23 additions & 0 deletions
23
content/apps/creating-github-apps/creating-github-apps/index.md
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,23 @@ | ||
--- | ||
title: 'Creating {% data variables.product.prodname_github_apps %}' | ||
intro: 'Learn about building {% data variables.product.prodname_github_apps %}.' | ||
versions: | ||
fpt: '*' | ||
ghes: '*' | ||
ghae: '*' | ||
ghec: '*' | ||
redirect_from: | ||
- /apps/building-github-apps | ||
topics: | ||
- GitHub Apps | ||
children: | ||
- /about-apps | ||
- /differences-between-github-apps-and-oauth-apps | ||
- /rate-limits-for-github-apps | ||
- /creating-a-github-app | ||
- /setting-permissions-for-github-apps | ||
- /making-a-github-app-public-or-private | ||
- /creating-a-github-app-from-a-manifest | ||
- /creating-a-github-app-using-url-parameters | ||
- /creating-a-custom-badge-for-your-github-app | ||
--- |
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
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
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
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
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
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
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
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
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,18 @@ | ||
--- | ||
title: 'Creating GitHub Apps' | ||
intro: You can build GitHub Apps for yourself or others to use. | ||
versions: | ||
fpt: '*' | ||
ghes: '*' | ||
ghae: '*' | ||
ghec: '*' | ||
topics: | ||
- GitHub Apps | ||
children: | ||
- /creating-github-apps | ||
- /authenticating-with-a-github-app | ||
- /guides | ||
redirect_from: | ||
- /apps/building-integrations/setting-up-and-registering-github-apps | ||
- /developers/apps/building-github-apps | ||
--- |
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,48 @@ | ||
--- | ||
title: Apps | ||
shortTitle: Apps | ||
intro: 'Go deeper with {% data variables.product.prodname_dotcom %} by integrating with our APIs and webhooks, customizing your {% data variables.product.prodname_dotcom %} workflow, and building and sharing apps with the community.' | ||
introLinks: | ||
About apps: /apps/creating-github-apps/building-github-apps/about-apps | ||
layout: product-landing | ||
featuredLinks: | ||
startHere: | ||
- /apps/creating-github-apps/creating-github-apps/about-apps | ||
- /apps/creating-github-apps/creating-github-apps/differences-between-github-apps-and-oauth-apps | ||
- /apps/creating-github-apps/creating-github-apps/creating-a-github-app | ||
- /apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-github-apps | ||
- /apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps | ||
popular: | ||
- /apps/creating-github-apps/creating-github-apps/creating-a-github-app | ||
- /apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-github-apps | ||
- /apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace | ||
guideCards: | ||
- /apps/creating-github-apps/guides/creating-ci-tests-with-the-checks-api | ||
- /apps/creating-github-apps/guides/using-the-github-api-in-your-app | ||
changelog: | ||
label: apps | ||
versions: | ||
fpt: '*' | ||
ghes: '*' | ||
ghae: '*' | ||
ghec: '*' | ||
topics: | ||
- GitHub Apps | ||
children: | ||
- /using-github-apps | ||
- /creating-github-apps | ||
- /publishing-apps-to-github-marketplace | ||
- /maintaining-github-apps | ||
- /oauth-apps | ||
redirect_from: | ||
- /developers | ||
- /developers/apps/getting-started-with-apps | ||
- /early-access/integrations | ||
- /early-access/integrations/authentication | ||
- /early-access/integrations/install-an-integration | ||
- /apps/adding-integrations | ||
- /apps/building-integrations/setting-up-a-new-integration/about-integrations | ||
- /apps | ||
- /v3/integrations | ||
- /developers/apps | ||
--- |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.