Skip to content

Commit

Permalink
Merge pull request #1895 from typelevel/fix-contribute
Browse files Browse the repository at this point in the history
trying to fix contributing page
  • Loading branch information
ceedubs authored Sep 8, 2017
2 parents f966c0a + 13746cb commit 62dcde7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
---
layout: page
title: "Contributing"
section: "contributing"
position: 5
---

# Contributor guide

## About this document
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ lazy val docSettings = Seq(
micrositeExtraMdFiles := Map(
file("CONTRIBUTING.md") -> ExtraMdFileConfig(
"contributing.md",
"home"
"home",
Map("title" -> "Contributing", "section" -> "contributing", "position" -> "5")
)
),
micrositeGithubRepo := "cats",
Expand Down

0 comments on commit 62dcde7

Please sign in to comment.