From f95f84ab752d3fd4f98dcc3d3c440ecc23f83ff5 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Wed, 7 May 2025 14:32:19 -0400 Subject: [PATCH] Add runbooks page --- docs/handbook/infrastructure/.nav.yml | 1 + docs/handbook/infrastructure/runbooks.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/handbook/infrastructure/runbooks.md diff --git a/docs/handbook/infrastructure/.nav.yml b/docs/handbook/infrastructure/.nav.yml index e98c7be..3c5383d 100644 --- a/docs/handbook/infrastructure/.nav.yml +++ b/docs/handbook/infrastructure/.nav.yml @@ -6,4 +6,5 @@ nav: - storage - communication - monitoring + - runbooks.md - naming_conventions.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/runbooks.md b/docs/handbook/infrastructure/runbooks.md new file mode 100644 index 0000000..df9f897 --- /dev/null +++ b/docs/handbook/infrastructure/runbooks.md @@ -0,0 +1,5 @@ +# Runbooks + +We have a collection of runbooks for how to manually run, install, and maintain the different services and servers we use. + +These runbooks are currently proprietary, and are available in the Internal Handbook: [:material-book-lock: Runbooks](https://internal-handbook.starcatsys.net/runbooks/) \ No newline at end of file