Code infra handbook section
This commit is contained in:
parent
1b2f9efeec
commit
1d03e620cf
5 changed files with 40 additions and 1 deletions
7
docs/handbook/infrastructure/code/mirroring.md
Normal file
7
docs/handbook/infrastructure/code/mirroring.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue