From 34c00865f7707ed9d4fb4197c6f89d39c42f791c Mon Sep 17 00:00:00 2001 From: dcamposliz Date: Tue, 18 Jun 2019 11:06:02 -0400 Subject: [PATCH 1/2] Make RDocs staging noindexed: https://datacamp.atlassian.net/browse/COMM-853 --- views/layout.ejs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/views/layout.ejs b/views/layout.ejs index aaa6df9e..4e16dc53 100644 --- a/views/layout.ejs +++ b/views/layout.ejs @@ -19,6 +19,11 @@ <% } %> + + <% if(process.env.NODE_ENV !== 'production') { %> + + <% } %> + From a28aa9d350d9b29b0a41f177601d8e68307a1ca7 Mon Sep 17 00:00:00 2001 From: dcamposliz Date: Tue, 18 Jun 2019 11:11:58 -0400 Subject: [PATCH 2/2] fix typo in comment --- views/layout.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.ejs b/views/layout.ejs index 4e16dc53..91001b6e 100644 --- a/views/layout.ejs +++ b/views/layout.ejs @@ -19,7 +19,7 @@ <% } %> - + <% if(process.env.NODE_ENV !== 'production') { %> <% } %>