* Add/use small-footer
* Fix borked HTML
* Extract scripts to new include
* Add spacing
* Fix some padding
* Fix a test that uses /actions
* Fix old links
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
* Update /developers in general footer
* Don't hard code free-pro-team
* Use the small-footer everywhere
* Tweak border
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
* Fix the broken Android mirror link
The AOSP mirror was moved some years ago, and was no longer github.com/android but rather github.com/aosp-mirror. The github.com/android organization nowadays is not a mirror.
* Change names of repo links to match actual names
I've updated the linked names of the repos to match the names of the repos that are displayed when you click through to them.
Co-authored-by: hubwriter <hubwriter@github.com>
* doc: update phrasing to use `default branch` rather than `main`
* doc: use active voice
* Modify step 3 and fix typo
The point being made in step 3 is a general one that applies to all branches, so I've modified a sentence slightly.
Corrected a typo in step 5.
Co-authored-by: hubwriter <hubwriter@github.com>
In the 2nd edition of the Pro Git book, the Subtree Merging chapter has
been subsumed by an Advanced Merging chapter, which contains a
subsection on subtree merging.
Co-authored-by: hubwriter <hubwriter@github.com>
Lately i'm working on an unofficial Chinese translation of GitHub Pages docs due to the incompletion of the original and currently there is no way to contribute translations to the docs. So, I hope that's ok to you guys.
The thing is, I'm seeing that this document is using both `<user>` and `<username>` as subdomain pronouns among the context. It's not a big problem, but in my opnion, this might cause some unnecessary confusion to some users.
If it was intended to be so, I'd like to know why?
Thank you!
Co-authored-by: hubwriter <hubwriter@github.com>
* use ed25519 keys instead of rsa keys
RSA keys are outdated. Even by using larger 4096 keys maybe it's best to move away from rsa keys altogether.
This PR updates the document to suggest using ed25519 keys which, at this time, defaults to a 16 round key deviation function. It may be useful to suggest more rounds for the KDF but that's for a different PR.
--timball
* Add RSA fallback and change id_rsa to id_ed25519
Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>