From 0f6ce0085da139ac165999345176253729a902ee Mon Sep 17 00:00:00 2001
From: Ryan Smith <0ryansmith1994@gmail.com>
Date: Tue, 31 Jul 2018 11:02:42 +0100
Subject: [PATCH] docs: Adds documentation for historical events.

---
 README.md                 | 3 ++-
 docs/historical-events.md | 0
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 docs/historical-events.md

diff --git a/README.md b/README.md
index 4cfb81f..0336ab6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
 > Emits [xAPI](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md) statements using the [Moodle](https://moodle.org/) Logstore.
 
 - Install the plugin using [our zip installation guide](/docs/install-with-zip.md).
-- Ask questions with the [Gitter chat room](https://gitter.im/LearningLocker/learninglocker)
+- Process events before the plugin was installed using [our historical events guide](/docs/historical-events.md).
+- Ask questions with the [Gitter chat room](https://gitter.im/LearningLocker/learninglocker).
 - Report bugs and suggest features with the [Github issue tracker](https://github.com/xAPI-vle/moodle-logstore_xapi/issues).
 - View the supported events in [our `get_event_function_map` function](/src/transformer/get_event_function_map.php).
 - Change existing statements for the supported events using [our change statements guide](/docs/change-statements.md).
diff --git a/docs/historical-events.md b/docs/historical-events.md
new file mode 100644
index 0000000..e69de29
-- 
GitLab