We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paradoxMaterialTheme
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 🙂
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have a multi-project and created a docs subproject:
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 🙂
The text was updated successfully, but these errors were encountered: