diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index 351dc9de89..924d0c3822 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -55,18 +55,20 @@ {{ content }}
- {% if page.url != "/404.html" and page.url != "/docs/search/" %} + {% if page.url != "/404.html" and page.url != "/docs/search/"%} + {% unless page.no_issue %} - Create an Issue + {% endunless %} {% unless page.noedit %} Edit this Page {% endunless %} diff --git a/docs/setup/index.md b/docs/setup/index.md index 98cd499a47..6266fa283d 100644 --- a/docs/setup/index.md +++ b/docs/setup/index.md @@ -3,6 +3,7 @@ approvers: - brendandburns - erictune - mikedanese +no_issue: true title: Setup ---