From 2d0dbed0c306d425c7bd0886fa841b56cee7d5d8 Mon Sep 17 00:00:00 2001 From: dillon Date: Sat, 3 Oct 2015 11:49:18 -0700 Subject: [PATCH] add link to documentation for index --- _layouts/docs.html | 6 ++++++ docs/index.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_layouts/docs.html b/_layouts/docs.html index f62eb5d79..baa8fef29 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -11,6 +11,12 @@
{{ content }} + + {% if page.edit_url %} +

Can you help us improve these docs?

+

The source of these docs is here on GitHub. If you see a way these docs can be improved, please fork us!

+ {% endif %} +
diff --git a/docs/index.html b/docs/index.html index b85cefdad..3df0729aa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,7 @@ --- layout: docs title: First Steps +edit_url: "https://github.com/nylas/N1/blob/master/docs/index.md" ---