From f2cec110ff1e635d38dcda548bfacd08e354b86a Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Wed, 14 Aug 2019 10:50:49 -0400
Subject: [PATCH] Add footer content docs

---
 _config.yml           | 1 +
 docs/configuration.md | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/_config.yml b/_config.yml
index d5e27849..ad2ca041 100644
--- a/_config.yml
+++ b/_config.yml
@@ -29,6 +29,7 @@ aux_links:
   "Just the Docs on GitHub":
     - "//github.com/pmarsceill/just-the-docs"
 
+# 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>"
 
 # Color scheme currently only supports "dark" or nil (default)
diff --git a/docs/configuration.md b/docs/configuration.md
index 4a4caef0..3b797506 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -38,6 +38,13 @@ aux_links:
       - "//github.com/pmarsceill/just-the-docs"
 ```
 
+## Footer content
+
+```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>"
+```
+
 ## Color scheme
 
 ```yaml
-- 
GitLab