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" ---