diff --git a/conf.py b/conf.py
index 2f7054de7fad8c0c02cdef2cd817e09ec2a00e66..02350572bf66a82cc057ead840217e6154db1ec5 100644
--- a/conf.py
+++ b/conf.py
@@ -117,7 +117,12 @@ html_context = {
     "pages_slug": pages_slug,
     "docs_url": docs_url,
     "current_version": version,
-    "versions": ("latest", "0.0", "0.1")
+    "versions": ("latest", "0.0", "0.1"),
+    "reference_links": {
+        "About": "https://beagleboard.org/about",
+        "Donate": "https://beagleboard.org/donate/",
+        "FAQ": "https://beagleboard.org/Support/FAQ"
+    }
 }
 
 # -- Options for LaTeX output ---------------------------------------------