From 97fdb1753caa45eba4bf06e396f68dafe07ed23c Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Thu, 7 Sep 2017 14:17:30 -0400 Subject: [PATCH 1/2] trying to fix contributing page --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a42d2ea728..572cf8a9c4 100644 --- a/build.sbt +++ b/build.sbt @@ -139,7 +139,8 @@ lazy val docSettings = Seq( micrositeExtraMdFiles := Map( file("CONTRIBUTING.md") -> ExtraMdFileConfig( "contributing.md", - "home" + "home", + Map("title" -> "Contributing", "section" -> "contributing", "position" -> "5") ) ), micrositeGithubRepo := "cats", From 13746cb95fb2b89bee44c73f2dea3a7cd99dbbd0 Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Thu, 7 Sep 2017 14:18:10 -0400 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6176c3707b..cd1b2d7e21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,3 @@ ---- -layout: page -title: "Contributing" -section: "contributing" -position: 5 ---- - # Contributor guide ## About this document