Skip to content
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

Microsite for mouse #245

Closed
danicheg opened this issue Oct 7, 2021 · 2 comments · Fixed by #302
Closed

Microsite for mouse #245

danicheg opened this issue Oct 7, 2021 · 2 comments · Fixed by #302

Comments

@danicheg
Copy link
Member

danicheg commented Oct 7, 2021

As have we discussed with @benhutchison in #243 mouse documentation is needed enhancements. I propose to create a microsite for it, where we can nicely organize more detailed docs. What do you folks think about it?

@benhutchison
Copy link
Member

benhutchison commented Oct 7, 2021 via email

@armanbilge
Copy link
Member

You can very easily create a microsite with the sbt-typelevel-site plugin.
https://typelevel.org/sbt-typelevel/#how-do-i-publish-a-site-like-this-one

// project/plugins.sbt
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.1")
// build.sbt
lazy val docs = project.in(file("site")).enablePlugins(TypelevelSitePlugin)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants