-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi,
I have a multi-project and created a docs subproject:
lazy val docs = (project in file("./docs"))
.enablePlugins(GhpagesPlugin, ParadoxSitePlugin, ParadoxMaterialThemePlugin)
.settings(
publish / skip := true,
name := "USI - Unified Scheduler Interface",
gitRemoteRepo := "[email protected]:mesosphere/usi",
ghpagesNoJekyll := true,
ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox),
// TODO: These settings do not work yet
Compile / paradoxMaterialTheme ~= {
_.withColor("green", "indigo")
.withRepository(uri("https://github.com/mesosphere/usi"))
},
paradoxProperties ++= Map(
"github.base_url" -> s"https://github.com/mesosphere/usi",
"scaladoc.com.mesosphere.usi.base_url" -> s"https://mesosphere.github.io/usi/api/latest",
)
)Unfortunately I am unable to change the settings in paradoxMaterialTheme. I tried a few things but am completely lost. Any help is appreciated.
Thanks a lot 🙂
Metadata
Metadata
Assignees
Labels
No labels