From 1c135db011154295bd0029a75b4e21d7bd0dbf92 Mon Sep 17 00:00:00 2001 From: Qiming Date: Wed, 8 Nov 2017 08:56:56 +0800 Subject: [PATCH] Remove 'Create an Issue' button on docs/setup page (#6214) --- _layouts/docwithnav.html | 8 +++++--- docs/setup/index.md | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) 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 }}

Analytics

- {% 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 ---