-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removes tut * Updates docs * Fixes scripted tests * Removes useless test
- Loading branch information
1 parent
7cdf102
commit 4c00ed3
Showing
25 changed files
with
19 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,6 @@ import com.typesafe.sbt.site.SitePlugin.autoImport._ | |
import sbt.Keys._ | ||
import sbt._ | ||
import sbt.plugins.IvyPlugin | ||
import tut.TutPlugin | ||
import tut.TutPlugin.autoImport._ | ||
import mdoc.MdocPlugin | ||
import mdoc.MdocPlugin.autoImport._ | ||
|
||
|
@@ -38,7 +36,7 @@ object MicrositesPlugin extends AutoPlugin { | |
import com.typesafe.sbt.site.jekyll.JekyllPlugin.autoImport._ | ||
|
||
override def requires: Plugins = | ||
IvyPlugin && MdocPlugin && TutPlugin && JekyllPlugin && GhpagesPlugin | ||
IvyPlugin && MdocPlugin && JekyllPlugin && GhpagesPlugin | ||
|
||
override def trigger: PluginTrigger = allRequirements | ||
|
||
|
@@ -48,8 +46,6 @@ object MicrositesPlugin extends AutoPlugin { | |
Seq( | ||
git.remoteRepo := s"[email protected]:${micrositeGithubOwner.value}/${micrositeGithubRepo.value}.git", | ||
sourceDirectory in Jekyll := resourceManaged.value / "main" / "jekyll", | ||
tutSourceDirectory := sourceDirectory.value / "main" / "tut", | ||
tutTargetDirectory := resourceManaged.value / "main" / "jekyll", | ||
mdocIn := baseDirectory.value / "docs", | ||
mdocOut := resourceManaged.value / "main" / "jekyll" | ||
) | ||
|
@@ -126,7 +122,6 @@ object MicrositesPlugin extends AutoPlugin { | |
micrositeFooterText := Some(layouts.Layout.footer.toString), | ||
micrositeEditButton := None, | ||
micrositeGithubLinks := true, | ||
micrositeCompilingDocsTool := WithMdoc, | ||
includeFilter in makeSite := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.jpeg" | "*.gif" | "*.js" | "*.swf" | "*.md" | "*.webm" | "*.ico" | "CNAME" | "*.yml" | "*.svg" | "*.json", | ||
includeFilter in Jekyll := (includeFilter in makeSite).value || "LICENSE", | ||
commands ++= Seq(publishMicrositeCommand), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
enablePlugins(MicrositesPlugin) | ||
scalaVersion := sys.props("scala.version") | ||
micrositeCompilingDocsTool := WithMdoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...-test/microsites/extra-md-files/README.md → ...icrosites/microsites-tasks/docs/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
> microsite | ||
|
||
> tut | ||
> mdoc | ||
|
||
> makeSite | ||
|
||
|
Oops, something went wrong.