From 38f16968602ad7de431a6d2d50d23e476b099052 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Tue, 22 Sep 2020 15:58:34 -0400
Subject: [PATCH] add a sidebar as a quickref

---
 _sidebar.md | 10 ++++++++++
 home.md     |  2 ++
 2 files changed, 12 insertions(+)
 create mode 100644 _sidebar.md

diff --git a/_sidebar.md b/_sidebar.md
new file mode 100644
index 00000000..7c1e8e61
--- /dev/null
+++ b/_sidebar.md
@@ -0,0 +1,10 @@
+# Quick links
+
+ * [How to get help!](policy/tpa-rfc-2-support#how-to-get-help)
+ * [User documentation](docs)
+ * [Sysadmin howtos](howto)
+ * [Services](service)
+ * [Policies](policy)
+ * [Meetings](meeting)
+
+<!-- when this page is updated, home.md must be as well. -->
diff --git a/home.md b/home.md
index cd1f7d42..6f4ea6eb 100644
--- a/home.md
+++ b/home.md
@@ -15,6 +15,8 @@ The documentation is split into the following sections:
  * [Policies](policy) - major decisions and how they are made
  * [Meetings](meeting) - minutes from our formal meetings
 
+<!-- when this section is updated, _sidebar.md must be as well. -->
+
 To contact us, see, [how to get help!][]
 
 [how to get help!]: policy/tpa-rfc-2-support#how-to-get-help
-- 
GitLab