From a4d7e92d544aeb43dbe1fcd8648d97e0dbf7b9d3 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Wed, 24 Jul 2024 20:09:42 +0200 Subject: Improve documentation This commit ports our documentation to Sphinx. The reason for this is straightforward. We need to improve both the quality and the accessibility of our documentation. Hugo is not capable of doing this, as its primary output format is HTML. Sphinx builds plenty of high-quality output formats out of the box, and incentivizes writing good documentation. --- .../images/2021-01-12/site_cpu_throttle.png | Bin 0 -> 227245 bytes .../images/2021-01-12/site_resource_abnormal.png | Bin 0 -> 232260 bytes .../images/2021-01-30/linode_loadbalancers.png | Bin 0 -> 50882 bytes docs/postmortems/images/2021-01-30/memory_charts.png | Bin 0 -> 211053 bytes .../images/2021-01-30/prometheus_status.png | Bin 0 -> 291122 bytes docs/postmortems/images/2021-01-30/scaleios.png | Bin 0 -> 18294 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/postmortems/images/2021-01-12/site_cpu_throttle.png create mode 100644 docs/postmortems/images/2021-01-12/site_resource_abnormal.png create mode 100644 docs/postmortems/images/2021-01-30/linode_loadbalancers.png create mode 100644 docs/postmortems/images/2021-01-30/memory_charts.png create mode 100644 docs/postmortems/images/2021-01-30/prometheus_status.png create mode 100644 docs/postmortems/images/2021-01-30/scaleios.png (limited to 'docs/postmortems/images') diff --git a/docs/postmortems/images/2021-01-12/site_cpu_throttle.png b/docs/postmortems/images/2021-01-12/site_cpu_throttle.png new file mode 100644 index 0000000..b530ec6 Binary files /dev/null and b/docs/postmortems/images/2021-01-12/site_cpu_throttle.png differ diff --git a/docs/postmortems/images/2021-01-12/site_resource_abnormal.png b/docs/postmortems/images/2021-01-12/site_resource_abnormal.png new file mode 100644 index 0000000..e1e07af Binary files /dev/null and b/docs/postmortems/images/2021-01-12/site_resource_abnormal.png differ diff --git a/docs/postmortems/images/2021-01-30/linode_loadbalancers.png b/docs/postmortems/images/2021-01-30/linode_loadbalancers.png new file mode 100644 index 0000000..f0eae1f Binary files /dev/null and b/docs/postmortems/images/2021-01-30/linode_loadbalancers.png differ diff --git a/docs/postmortems/images/2021-01-30/memory_charts.png b/docs/postmortems/images/2021-01-30/memory_charts.png new file mode 100644 index 0000000..370d19e Binary files /dev/null and b/docs/postmortems/images/2021-01-30/memory_charts.png differ diff --git a/docs/postmortems/images/2021-01-30/prometheus_status.png b/docs/postmortems/images/2021-01-30/prometheus_status.png new file mode 100644 index 0000000..e95b8d7 Binary files /dev/null and b/docs/postmortems/images/2021-01-30/prometheus_status.png differ diff --git a/docs/postmortems/images/2021-01-30/scaleios.png b/docs/postmortems/images/2021-01-30/scaleios.png new file mode 100644 index 0000000..584d74d Binary files /dev/null and b/docs/postmortems/images/2021-01-30/scaleios.png differ -- cgit v1.2.3