diff --git a/docs/tasks/alarms.md b/docs/rota/alarms.md
similarity index 100%
rename from docs/tasks/alarms.md
rename to docs/rota/alarms.md
diff --git a/docs/rota/schedule.md b/docs/rota/schedule.md
new file mode 100644
index 0000000000000000000000000000000000000000..5ad0fedd63d52c5e5dea783afd0d4511e194c97a
--- /dev/null
+++ b/docs/rota/schedule.md
@@ -0,0 +1,49 @@
+# Linux Team Rota
+
+Linux service managers can modify this table at their convenience as long as:
+
+* Concerned service managers are made aware of any new change
+* The total number of weeks on rota assigned to each service manager stays the same
+
+The rota starts on Friday at 17:30 and finishes on the next Friday at the same hour.  The calendar is the following:
+
+## 2022 Schedule
+
+|Who?                  |When?            |
+|----------------------|-----------------|
+|Georgios              |30 Apr to 06 May |
+|Alex                  |07 May to 13 May |
+|Ben (14-19), Alex (20)|14 May to 20 May |
+|Georgios              |21 May to 27 May |
+|Alex                  |28 May to 03 Jun |
+|Daniel                |04 Jun to 10 Jun |
+|Daniel                |11 Jun to 17 Jun |
+|Georgios              |18 Jun to 24 Jun |
+|Ben                   |25 Jun to 01 Jul |
+|Daniel                |02 Jul to 08 Jul |
+|Ben                   |09 Jul to 15 Jul |
+|Alex                  |16 Jul to 22 Jul |
+|Daniel                |23 Jul to 29 Jul |
+|Georgios              |30 Jul to 05 Aug |
+|Daniel                |06 Aug to 12 Aug |
+|Ben                   |13 Aug to 19 Aug |
+|Alex                  |20 Aug to 26 Aug |
+|Georgios              |27 Aug to 02 Sep |
+|Ben                   |03 Sep to 09 Sep |
+|Alex                  |10 Sep to 16 Sep |
+|Mystery Fellow        |17 Sep to 23 Sep |
+|Georgios              |24 Sep to 30 Sep |
+|Alex                  |01 Oct to 07 Oct |
+|Mystery Fellow        |08 Oct to 14 Oct |
+|Alex                  |15 Oct to 21 Oct |
+|Mystery Fellow        |22 Oct to 28 Oct |
+|Georgios              |29 Oct to 04 Nov |
+|Georgios              |05 Nov to 11 Nov |
+|Alex                  |12 Nov to 18 Nov |
+|Mystery Fellow        |19 Nov to 25 Nov |
+|Georgios              |26 Nov to 02 Dec |
+|Ben                   |03 Dec to 09 Dec |
+|Ben                   |10 Dec to 16 Dec |
+|Mystery Fellow        |17 Dec to 23 Dec |
+|Ben                   |24 Dec to 30 Dec |
+|Alex                  |31 Dec to 06 Jan |
diff --git a/docs/tasks/index.md b/docs/rota/tasks.md
similarity index 100%
rename from docs/tasks/index.md
rename to docs/rota/tasks.md
diff --git a/mkdocs.yml b/mkdocs.yml
index ea610b810fe30f635871526133f67f1277ad9a44..513c199e235cbde9b85070c90c718fe55c97b590 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -20,7 +20,9 @@ markdown_extensions:
 nav:
     - 'Introduction': index.md
     - 'Onboarding': onboarding/index.md
-    - 'Tasks': tasks/index.md
+    - 'Rota':
+        - 'Schedule': rota/schedule.md
+        - 'Tasks': rota/tasks.md
     - 'Service Alarms': tasks/alarms.md
     - 'Distributions':
         - 'CC7': distributions/cc7.md