From 4ff38dbe9c8090ea31bcb39927d8ba7d0ffcff99 Mon Sep 17 00:00:00 2001
From: Matthew Wang <matt@matthewwang.me>
Date: Wed, 11 Sep 2019 15:36:36 -0700
Subject: [PATCH] adds documentation

---
 docs/configuration.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/configuration.md b/docs/configuration.md
index 14422fdf..1a443c9a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -55,8 +55,18 @@ heading_anchors: true
 ```yaml
 # Footer content appears at the bottom of every page's main content
 footer_content: "Copyright &copy; 2017-2019 Patrick Marsceill. Distributed by an <a href=\"https://github.com/pmarsceill/just-the-docs/tree/master/LICENSE.txt\">MIT license.</a>"
+# Footer metadata
+show_last_edit_time: true
+last_edit_time_format: "%b %e %Y at %I:%M %p"
+show_gh_edit_link: true
+gh_edit_repository: "https://github.com/pmarsceill/just-the-docs"
+edit_link_text: "Edit this page on GitHub"
 ```
 
+* the "page last modified" data will only display if a page has a key called `last_modified_date`, formatted in some readable date format
+* `last_edit_time_format` uses Ruby's DateTime formatter; see examples and more information [at this link.](https://apidock.com/ruby/DateTime/strftime)
+* `gh_edit_repository` should be changed to the project's GitHub repository
+
 ## Color scheme
 
 ```yaml
-- 
GitLab