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. --- docs/static/images/2021-01-12/site_cpu_throttle.png | Bin 227245 -> 0 bytes .../images/2021-01-12/site_resource_abnormal.png | Bin 232260 -> 0 bytes docs/static/images/2021-01-30/linode_loadbalancers.png | Bin 50882 -> 0 bytes docs/static/images/2021-01-30/memory_charts.png | Bin 211053 -> 0 bytes docs/static/images/2021-01-30/prometheus_status.png | Bin 291122 -> 0 bytes docs/static/images/2021-01-30/scaleios.png | Bin 18294 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 docs/static/images/2021-01-12/site_cpu_throttle.png delete mode 100644 docs/static/images/2021-01-12/site_resource_abnormal.png delete mode 100644 docs/static/images/2021-01-30/linode_loadbalancers.png delete mode 100644 docs/static/images/2021-01-30/memory_charts.png delete mode 100644 docs/static/images/2021-01-30/prometheus_status.png delete mode 100644 docs/static/images/2021-01-30/scaleios.png (limited to 'docs/static') diff --git a/docs/static/images/2021-01-12/site_cpu_throttle.png b/docs/static/images/2021-01-12/site_cpu_throttle.png deleted file mode 100644 index b530ec6..0000000 Binary files a/docs/static/images/2021-01-12/site_cpu_throttle.png and /dev/null differ diff --git a/docs/static/images/2021-01-12/site_resource_abnormal.png b/docs/static/images/2021-01-12/site_resource_abnormal.png deleted file mode 100644 index e1e07af..0000000 Binary files a/docs/static/images/2021-01-12/site_resource_abnormal.png and /dev/null differ diff --git a/docs/static/images/2021-01-30/linode_loadbalancers.png b/docs/static/images/2021-01-30/linode_loadbalancers.png deleted file mode 100644 index f0eae1f..0000000 Binary files a/docs/static/images/2021-01-30/linode_loadbalancers.png and /dev/null differ diff --git a/docs/static/images/2021-01-30/memory_charts.png b/docs/static/images/2021-01-30/memory_charts.png deleted file mode 100644 index 370d19e..0000000 Binary files a/docs/static/images/2021-01-30/memory_charts.png and /dev/null differ diff --git a/docs/static/images/2021-01-30/prometheus_status.png b/docs/static/images/2021-01-30/prometheus_status.png deleted file mode 100644 index e95b8d7..0000000 Binary files a/docs/static/images/2021-01-30/prometheus_status.png and /dev/null differ diff --git a/docs/static/images/2021-01-30/scaleios.png b/docs/static/images/2021-01-30/scaleios.png deleted file mode 100644 index 584d74d..0000000 Binary files a/docs/static/images/2021-01-30/scaleios.png and /dev/null differ -- cgit v1.2.3