-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Setup microsite #104
Setup microsite #104
Conversation
The microsite is already equipped with mdoc: To start a live-preview server locally run |
@@ -124,3 +124,5 @@ ThisBuild / developers := List( | |||
Developer("joroKr21", "Georgi Krastev", "[email protected]", url("https://twitter.com/Joro_Kr")), | |||
Developer("TimWSpence", "Tim Spence", "[email protected]", url("https://twitter.com/timwspence")) | |||
) | |||
|
|||
lazy val docs = project.in(file("site")).enablePlugins(TypelevelSitePlugin) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why in(file("site"))
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be anything you want except docs/
, per mdoc instructions.
https://scalameta.org/mdoc/docs/installation.html#sbt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the docs do still live in the docs/
folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I will look into the settings later 👍
After merging you will also need to configure your repository settings: