Code infra handbook section

This commit is contained in:
thhsh-local 2025-05-07 16:06:49 -04:00
parent 1b2f9efeec
commit 1d03e620cf
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg
5 changed files with 40 additions and 1 deletions

View file

@ -0,0 +1,7 @@
# Code Mirroring
You may notice that some of our Git repos (including the repo with the source for this site) have badges showing that they are mirrored to other Git hosts, such as Sourcehut and GitLab. Why are we mirroring some (but not necessarily all) of our repos?
## Why?
The short version of *Why?* is that if something breaks, we want to have all the materials we need to fix it quickly. This site, our internal handbook, and our infrastructure repos contain notes, documentation, runbooks, and other helpful files and information about how our infrastructure, apps, and business as a whole are set up.
The easier and faster we can get to all of this information, the easier and faster we can get everything back up and running.