1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Commit Graph

212 Commits

Author SHA1 Message Date
Matt Pollard
16ff92ca4e Replace explicit mentions of api subdomain for GitHub Enterprise Server and GitHub AE documentation (#20013) 2021-06-22 10:47:29 +02:00
Grace Park
6f7e4f50dc updating content files 2021-06-14 12:06:52 -07:00
Sarah Schneider
cf0432130d undo test commits 2021-06-10 22:26:56 -04:00
Sarah Schneider
083002e829 fix liquid version conditionals 2021-06-10 17:26:14 -04:00
Lucas Costi
4556d21876 Fix POST->GET for listing GitHub App installations (#7206) 2021-06-09 23:50:41 +00:00
Wilson Wong
e1ac544f50 Adding OAuth App token limits (#19772) 2021-06-09 11:07:56 +01:00
hubwriter
093e6f6665 Document GitHub Apps allow lists (#19564) 2021-06-08 14:07:18 -05:00
Lucas Costi
2aa569b1e0 Rename dev secret scanning article (#19736) 2021-06-08 01:59:55 +00:00
Shati Patel
a45f0633f5 Update scopes-for-oauth-apps.md (#19696)
Co-authored-by: hubwriter <hubwriter@github.com>
2021-06-04 15:20:59 +00:00
Carlos Cuellar
1bf890562e Remove webhook_secret from Creating GitHub App via URL params (#19601) 2021-05-28 17:19:07 +00:00
Amanda Lin
19a8bd716e prefix /repos for content attachment API (#19606) 2021-05-28 11:08:16 +10:00
Steve Guntrip
f6af971924 Merge branch 'main' into update-marketplace-request 2021-05-25 16:29:26 +01:00
Francis
82650049ce Enhancement: improve instructions for authenticating as an installation (#19474) 2021-05-24 16:51:03 -07:00
Steve Guntrip
5281e2179a remove unused state param 2021-05-21 11:02:51 +01:00
Steve Guntrip
869e135d29 Update screenshot and button text for marketplace submissions 2021-05-21 09:32:21 +01:00
jmarlena
7ec2c09178 Merge branch 'main' into patch-1 2021-05-20 16:17:24 -07:00
jmarlena
62c2877e1d Tiny style tweak 2021-05-20 15:31:43 -07:00
Sandeep Meduru
441391ebf2 Update testing-your-app.md (#19421) 2021-05-20 06:47:05 +00:00
Amanda Lin
6decb0b312 Update using content attachments (#19407) 2021-05-19 23:35:59 +00:00
Cees-Jan Kiewiet
1b11d1bb06 Clariry that App ID !== Client ID
When implementing this I made the mistake of assuming that the Client ID would be the same as the App ID. A few frustrating hours and a support ticket later I was pointed out this important difference. This commit introduces a small note about this difference. Hopefully saving others a few hours of trying to figure this out.
2021-05-19 20:28:56 +02:00
Sarah Schneider
f7e848e0c4 ran script/content-migrations/remove-map-topics.js && script/content-migrations/update-tocs.js 2021-05-19 10:12:38 -04:00
shashank bansal
3e290183f7 Minor text updates to apps and marketplace based on support feedback (#19263) 2021-05-18 01:00:36 +00:00
Racc
51ee705957 Fix example code snippets (#6209)
* Fix example code snippet

The `payload` parameter doesn't exist as the payload is being sent in the request body.

* Fix first snippet

* Add missing `request.body.rewind`

Co-authored-by: hubwriter <hubwriter@github.com>
2021-05-17 14:07:03 +00:00
James Martin
f3b6db3137 Consistent use of "private" vs "internal" terms for GitHub Apps (#6030) 2021-05-13 20:52:53 +00:00
Matt Pollard
e9be019021 Document beta of email restrictions for approved domains (#19111) 2021-05-13 14:22:18 -04:00
Simran
7ae0162760 Unify YAML indent (#6041) 2021-05-12 22:06:35 +00:00
Lucas Alves
df1ae6420c Updates REST API examples to HTTP/2 (#6002) 2021-05-06 21:30:50 +00:00
Rachael Sewell
a926da8b08 Update topics to sentence case (#19069) 2021-04-30 19:30:36 -07:00
Dirkjan Bussink
eb875d212e Remove the non standard Status header from example responses (#5791) 2021-04-29 10:50:01 -07:00
hubwriter
380a0a4be8 Update OS name to "macOS" (#19029)
* Update OS name to macOS

* Lowercase k in keychain
2021-04-29 07:22:49 +00:00
Joshua French
19b38a6e62 Update secret-scanning partner onboarding to add more 'gotcha' information for signature validation (#5637) 2021-04-28 22:19:30 +00:00
Lee Dohm
cce98fc96d Replace organizations.org_settings reusable with profile.org_settings reusable in some files 2021-04-26 16:01:00 -07:00
Ethan Palm
5e4b32c59b Merge branch 'main' into main 2021-04-26 17:14:07 -04:00
Jamison Hyatt
7087d253b1 Add rate limit note; suggest caching/etags (#5614)
* Add rate limit note; suggest caching/etags

* Update content/developers/overview/secret-scanning.md
2021-04-22 15:11:23 +00:00
Matias Albarello
3139864841 Update example with Octokit Checks API methods (#3375) 2021-04-21 23:25:19 +00:00
jmarlena
1fc4c3f68b Article restructuring for Sponsors landing page (#18772)
* Move article from github directory as a top-level product

* Update article titles

* Remove old -ing article titles

* Use older format for this PR

* Finish updating links for retitled articles

* Remove sponsors topic

* Add sponsors to index.md

* Create folder for map topic for sponsors

* Add integrating folder/category with super basic graphql article

* Add get started category/folder

* Update index.md

* Add articles to category folders and update all the links and check it out locally 🙏

* Fix space

* Fix set of broken links

* Update link in resuable

* Add the quickstart

* Add USD

* Add matching donations caveat

* fix ci failures

* Bringing back `-ing` to Sponsors titles, categories, & links (#18817)

* Bringing back -ing

* The one that got away

* Apply @ethanpalm's input

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Apply product input

* Apply suggestions from code review

Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>

* Apply @emilyistoofunky's input

* Sponsors landing page design (#18774)

* Add sponsors to index.md as a top-level product

* Revamp the GitHub Sponsors landing page with article links

* remove merge tags

* add community section

* add sponsor descriptions

* swap repo for user

* remove prefix tag

* lint

* remove topic fix landing page

* Tweak articles on landing page

* Drop "account"

* Add quickstart

* Bigger, brighter, and shorter intro

* Possibly too long of an intro?

* fix quickstart link

* add guides page

* fix error for mismatch between title and filename

* use link over guid

* remove HTML from layout file (aligns to #18811)

* use variable for section title

* Add intro

* Remove beta

* Apply suggestions from code review

Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>

* Apply suggestions from code review

* Integrate article changes and remove old TOC

* Fixing the commented out text to match other landing pages 👓

* Apply suggestions from code review

Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>

* Switch up order of sidebar categories

* Add new text to landing page button

* Add topics and types

* Add the underscore

* Add some more topics

* fix `type:`

* Fix topics

* plural ftw

* hide learning paths when not defined

* lint

* Add quickstart to guides page

* remove unused sidebar links

* hide subsection title when learning tracks are not present

* Apply @emilyistoofunky's topics input

* Remove duplicated topics

* Events ftw

* typo

* Remove obsolete topics for now

* add some temporary duplicate topics

* Resolve Linter error

Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>

Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2021-04-21 11:48:19 -07:00
Rachael Sewell
8054606ad8 Webhook restructuring follow-up (#18872)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-04-21 03:11:35 +00:00
Atharva Shirdhankar
bd202ac0ed replaced instances
What is been changed?
- The following instances:
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}

Is replaced with:
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
2021-04-20 02:18:44 +05:30
shashank bansal
b41f79efdf [Marketplace] Added additional context to listing name (#18758) 2021-04-15 16:05:12 +00:00
Gregor Martynus
3c6dc63cf9 docs(Creating a GitHub App from a manifest): POST /app-manifests/:code/conversions -> POST /app-manifests/{code}/conversions 2021-04-12 15:32:34 -07:00
Emily Gould
bcfe4dab3b Make orgs and teams content a top-level doc set (#18593)
* Add new product to products.yml

* Move directory to its new location and rename it

* Update new index page

* Remove old category from GitHub product index

* Add collaboration category

* Add membership category

* Add roles category

* Add teams category

* Add team discussion category

* Add repo access category

* Add project board access category

* Add app management category

* Add org settings category

* Add improved org perms category

* Add category for OAuth app restrictions

* Add org security category

* Add SAML category

* Add SAML access category

* Add git access category

* Add redirects and update links for collaboration category

* Add redirects and update links to team discussions content

* Add redirects and update links to SAML access category

* Update links to org security category and add redirects

* Add redirects for app managers content

* Add redirects for project board category

* Add redirects and update links for the repo access category

* Add redirects for git access category

* Add redirects and update links for membership category

* Add redirects and update links for org settings category

* Fix links

* Add redirects and update links to org access category

* Add redirects and upate links to SSO category

* Add redirects to improved org perms category

* Add redirects and update links to teams category

* Add redirects and update links to oauth apps category

* Fix links

* Fix links

* Fix links
2021-04-08 09:50:13 -05:00
Matt Pollard
d87de3189a Remove duplicate quotes in conditionals (#18633) 2021-04-08 12:30:52 +00:00
Steve Winton
4dd0c56e1f Add section on server-to-server tokens (#18575)
* Add section on server-to-server tokens

* Address typos, consistently end bullet points with period

* Update content/developers/overview/managing-deploy-keys.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>

* Update content/developers/overview/managing-deploy-keys.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>

* Update content/developers/overview/managing-deploy-keys.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>

* Update content/developers/overview/managing-deploy-keys.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>

* Apply suggestions from code review

* Add link to docs for generating private key

* Update content/developers/overview/managing-deploy-keys.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
2021-04-06 11:33:57 -07:00
Octomerger Bot
5e9dbc48f8 Branch was updated using the 'autoupdate branch' Actions workflow. 2021-04-03 03:12:35 +10:00
lowlighter
3b57f18f8f Merge branch 'main' of https://github.com/lowlighter/docs into main 2021-04-02 13:18:16 +02:00
lowlighter
92a55f75dc Add missing line-break in PullRequestReviewEvent 2021-04-02 13:17:51 +02:00
Simon Lecoq
0b0756c8ef Merge branch 'main' into main 2021-04-02 13:10:19 +02:00
lowlighter
154884cd79 Add PullRequestReviewEvent documentation 2021-04-02 13:07:42 +02:00
mc
cfc0c6a85b added what could be the correct link (#18545) 2021-04-01 17:55:23 +01:00
Lucas Costi
4780a16b84 Multi callback URLs future functionality: using URL parameters or manifests (#16233)
Co-authored-by: Heather Harvey <hmharvey@github.com>
2021-04-01 00:07:12 +00:00