Skip to content

Commit

Permalink
Move to paradox markdown plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciojost committed Jan 13, 2018
1 parent 787a1a5 commit baa5b27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import com.banno.plantuml.PlantUMLPlugin

enablePlugins(WindowsPlugin, UniversalPlugin, JavaAppPackaging, PlantUMLPlugin)
enablePlugins(WindowsPlugin, UniversalPlugin, JavaAppPackaging, PlantUMLPlugin, ParadoxPlugin)

sequenceDiagramsLocation := file("src/main/paradox/")
sequenceDiagramExtension := ".plantuml"
sequenceDiagramsLocation := file("src/docs/")
sequenceDiagramsOutput := file("src/docs/")

LaikaPlugin.defaults
sequenceDiagramsOutput := file("target/paradox/site/main/")

rpmRelease := "1"

Expand All @@ -18,6 +16,8 @@ rpmLicense := Some("Apache License Version 2.0")

name := "olympus-photosync"

paradoxTheme := Some(builtinParadoxTheme("generic"))

scalaVersion := "2.11.8"

mainClass in Compile := Some("org.mauritania.photosync.starter.Starter")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")

addSbtPlugin("org.planet42" % "laika-sbt" % "0.7.0")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.2")
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@startuml

rectangle CAMERA {
rectangle SERVER
}
Expand Down
2 changes: 1 addition & 1 deletion src/docs/CONTRIBUTE.md → src/main/paradox/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CONTRIBUTE
# INDEX

![Architecture](architecture.png)

0 comments on commit baa5b27

Please sign in to comment.