Skip to content

Commit

Permalink
Fixes scripted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Dec 23, 2020
1 parent 743aabd commit 02d256c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/sbt-test/microsites/extra-md-files/CONSEQUAT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
layout: docs
---

# Consequat Overview

Consequat is another random file, located in the project's root.
4 changes: 4 additions & 0 deletions src/sbt-test/microsites/extra-md-files/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
layout: home
------------

# Overview

README file of the project, located in the project's root.
4 changes: 4 additions & 0 deletions src/sbt-test/microsites/extra-md-files/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
layout: docs
---

# Overview

README file of the project, located in the project's root.
1 change: 0 additions & 1 deletion src/sbt-test/microsites/mdoc-compile/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
enablePlugins(MicrositesPlugin)
scalaVersion := sys.props("scala.version")
micrositeCompilingDocsTool := WithMdoc
1 change: 0 additions & 1 deletion src/sbt-test/microsites/mdoc-extra-md-files/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import microsites.ExtraMdFileConfig
enablePlugins(MicrositesPlugin)
scalaVersion := sys.props("scala.version")
micrositeCompilingDocsTool := WithMdoc

micrositeExtraMdFilesOutput := (resourceManaged in Compile).value / "jekyll"

Expand Down
4 changes: 4 additions & 0 deletions src/sbt-test/microsites/microsites-tasks/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
layout: docs
---

# Overview

README file of the project, located in the project's root.
2 changes: 1 addition & 1 deletion src/sbt-test/microsites/microsites-tasks/test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> microsite

> tut
> mdoc

> makeSite

Expand Down

0 comments on commit 02d256c

Please sign in to comment.