* add procedure for generating SSH for physical key
* Mention hardware security keys in "About SSH"
* Create troubleshooting article
* Add procedure for SHH key generation for sk
* fix broken link
* Incorporate reviewer feedback
* update versioning
* Clarify unknown error troubleshoot procedure
* Add troubleshooting to procedure
* Clean up inline links
* Update more inline links
* Update troubleshooting procedure
* fix broken link with versioning
* Add warning about installing OpenSSH
* Update note about algorithm for legacy key types
* Add last step for security keys
* Fix variable name
* Add reviewer feedback
* Include other error text
Co-authored-by: Kevin Jones <vcsjones@github.com>
* Include ref to OpenSSH release notes
* fix failing test
Co-authored-by: Kevin Jones <vcsjones@github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
* 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>
* adding new tables and linking to info on audit logs
* editing some text:
* adding new info on how to add image registry login
* adding link and fixing table
* formatting
* formatting
* Apply suggestions from code review
Co-authored-by: Laura Coursen <lecoursen@github.com>
* updaing private image registry secret info and other improvements
* some minor fixes
* fixing test errors
* rewriting registry secret section
* rewriting registry secret section
* updating link to reflect title
* Update content/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces.md
Co-authored-by: Laura Coursen <lecoursen@github.com>
* updating bullet point
Co-authored-by: Laura Coursen <lecoursen@github.com>
The original text could be quite confusing:
```
Open your ~/.ssh/config file, then modify the file, replacing ~/.ssh/id_ed25519 if you are not using the default location and name for your id_ed25519 key.
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
```
1. It said "Open your ~/.ssh/config file, then modify the file, replacing ~/.ssh/id_ed25519" -- I was thinking, open that file, and then modify it, BUT HOW? AND THEN, replacing the file content of ~/.ssh/id_ed25519 ? By what content?
2. And then it said, "if you are not using the default location and name for your id_ed25519 key"... location and name? What location of name? It turned out it meant the "path" and the "filename"... and "if you are using"? It actually meant "if you used" in the previous steps.
* Update telling-git-about-your-signing-key.md
* Update content/github/authenticating-to-github/telling-git-about-your-signing-key.md
Co-authored-by: hubwriter <hubwriter@github.com>
* Update content/github/authenticating-to-github/telling-git-about-your-signing-key.md
Co-authored-by: hubwriter <hubwriter@github.com>
* Give alternatives for Mac using zsh and bash
I've also modified the commands so that .zprofile (or .profile) is only modified if .zshrc (or .bash_profile) doesn't exist.
* Update content/github/authenticating-to-github/telling-git-about-your-signing-key.md
* Update content/github/authenticating-to-github/telling-git-about-your-signing-key.md
* Update content/github/authenticating-to-github/telling-git-about-your-signing-key.md
Co-authored-by: hubwriter <hubwriter@github.com>
* Rename map topic
* Delete map topic
* Rename map topic
* Add redirect
* Remove last two map topics
* Move article on adding a remote into a long-form guide
* Move article on changing a remote's URL
* Move articles on renaming and removing remotes
* Move remote URL article
* Fix typo
* Remove category index file
* Move a few articles to the new category
* Move a few more files
* Move managing remote repos article
* Move the rest of the getting started with git map topic
* Move the first half of the using git map topic
* Move the rest of the articles and 🔥 the directory
* Fix failing test
* Remove Using Git from product index
* Apply suggestions from code review
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Apply suggestions from code review
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Align with the current instruction for password length
* Update content/github/authenticating-to-github/creating-a-strong-password.md
Change wording to make the required number of characters accurate
Co-authored-by: Lee Dohm <1038121+lee-dohm@users.noreply.github.com>
* Empty commit
* updated beta note for GHAE
* more GHAE update + resolve conflict
* more GHAE updates + prepare for screenshots
* Apply suggestions from code review
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
* address remaining review comments
* Revise "About GitHub AE" (#17679)
* add screenshots to the Configuring article
* reworked to have a separate GHAE section
* list numbering
* more work on screenshots and conditions
* add GHAE screenshots in article
* review screenshots in article
* added more screenshots and updated more articles
* screenshot madness
* fix liquid versioning
* refactor the ghae script
* [GHAE CB/Feb 22]: Add article about data residency for GitHub AE (#17847)
* add missing GHAE versioning to article
* move screenshots to GHAE asset directory
* forgot to change the path for these two images
* replace CBB screenshot + add better screenshot
* [GHAE CB/Feb 22]: Document upgrades for GitHub AE (#17848)
* Version article for GitHub AE
* Replace unused variable
* Incorporate reviewer feedback
* Update intro
Co-authored-by: Ethan P <56270045+ethanpalm@users.noreply.github.com>
* [GHAE] Enable IP allow list (#17691)
* Notes for CC
* Updat permission leves chart
* Add updated article to further reading
* Update gated feature callout with GitHub AE
* Version "Managing allowed IP addresses for your organization" for AE
* Update images
* Update "Restricting network traffic to your enterprise" with new procedures
* remove todo note
* Update audited actions
* Update info about Premium Runners
* Use reusable for Premium Runners
* Change "Premium Runners" to "AE hosted runners"
* Incorporate reviewer feedback
* Use correct reusable
* Version reusable correctly
* [Feb 22] GHAE: Code scanning beta (#17830)
* Add "github-ae" to all the frontmatter
* GHAE-ify the reusables
* Add some more changes
* Re-use some content
* 🔪 Semmle links
* Revert change re "--external-repository-token" in the CodeQL runner
* Update CodeQL runner token scopes
* Update two screenshots
* Remove mention of GitHub.com from AE + other fixes
* Apply suggestions from code review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
* Use `product_name` variable instead of `product_location`
* Remove confusing phrase
* [Feb 22] GHAE: Code scanning API and webhook docs (#17883)
* Version API and webhook docs
* Actually add versioning for GHAE
* Fix anchor
* [TEMPORARY] Preview for API endpoints
* Revert API previews
* Update procedure step
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
* Update docs for AzureAD Group SCIM support in GHAE (#17892)
* Version out reference to public Pages site for GHAE
* [GHAE CB] SMTP bootstrapping flow (#17888)
* draft
* update with AE conntent
* update with tons of versioning
* remove that lie
* fill out the rest of these steps
* update with correct versioning
* more edits
* add images
* reversion most of ae article
* fix versioning
* format correctlly
* words matter
* last image
* update with permmissions
* update versioning
* add link
* apply feedback ❤️
* update with differrent spacing
* update with feedback
* more feedback
* Temporary GHAE release notes for consumables beta launch (#17859)
* Create release-notes.md
* Add frontmatter
* Add to index file
* Update github-ae-release-notes.md
* Add release notes from Google Doc
* Update finalized docs links that have been reviewed
* OAuth device flow link update
* version for AE
* few fixes
* Update content/admin/overview/github-ae-release-notes.md
* small edits
* whoops
* commit
* update with different links
* used wrong reusable
* fix more brokenness
* Update repository-references.js
* Update repository-references.js
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
* [GHAE] Audit public repos (#17917)
* verifying what we mean by public
* Apply suggestions from code review
* Update content/developers/apps/installing-github-apps.md
Co-authored-by: Laura Coursen <lecoursen@github.com>
* fixing placememnt of liquid conditional
Co-authored-by: Laura Coursen <lecoursen@github.com>
* GHAE packages beta (#17786)
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
* Batch #1 of changes
* Batch #2
* getting started article update
* Update GraphQL article
* Only public repository reference
* Just update the link
* Update endpoint title to use "internal"
* fix build error
* placeholder update for updating `public_repo` scope in UI
* Remove unncessary versioning for now
* fix broken links
* Add REST API files
* Remove versioning since the endpoint "title" didn't get updated
* Version out the no scope option
* Evergreen rewrite
Co-Authored-By: Aaron Harpole <507570+aharpole@users.noreply.github.com>
* Add back public key
* Apply suggestions from code review
Co-authored-by: Alex Slepak <ams11@github.com>
Co-authored-by: Aaron Harpole <aharpole@github.com>
* Remove versioning and add evergreen rewrite
* Just the way it was before
* fix confusing legacy bit
* Apply suggestions from code review
Co-authored-by: Alex Slepak <ams11@github.com>
* Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
* Movin' on up
* no versioning needed
* internal gists exist!
* Doesn't need versioning
* Keep this as-is
* Remove screenshots 💥
* Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
* Never updated REST API docs with different endpoint name
* No versioning needed
* Merge conflict fix: Updated this article from main branch
* Apply suggestions from code review
* Revert "Add REST API files"
This reverts commit 1a8ad0adca47daaa1bf9d1b3642c4ec073564996.
* checkout changes from main
* Update OpenAPI Descriptions (#18103)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: shati-patel <shati-patel@github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Aaron Harpole <507570+aharpole@users.noreply.github.com>
Co-authored-by: Alex Slepak <ams11@github.com>
Co-authored-by: Aaron Harpole <aharpole@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
* Update working-with-ssh-key-passphrases.md
This is a follow-up on https://github.com/github/docs/issues/876#issue-731279207 to address another article affected.
Changes proposed are to align with the article "Generating a new SSH key and adding it to the ssh-agent".
* Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
* Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
* Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
* Update content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
Co-authored-by: hubwriter <hubwriter@github.com>