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

TypelevelSitePlugin assumes site is in a directory called docs #95

Closed
rossabaker opened this issue Jan 23, 2022 · 1 comment
Closed
Labels

Comments

@rossabaker
Copy link
Member

https://github.com/typelevel/cats-uri/runs/4909193164?check_suite_focus=true#step:5:30

@armanbilge
Copy link
Member

Oh yeah, those may be baked in a little too hard. I just followed the instructions for mdoc.

lazy val docs = project       // new documentation project
  .in(file("myproject-docs")) // important: it must not be docs/
  .dependsOn(myproject)
  .enablePlugins(MdocPlugin)

Next, from the sbt shell, run the docs/mdoc task to generate the documentation site. By default, the mdoc task looks for markdown sources in the toplevel docs/ directory.

https://scalameta.org/mdoc/docs/installation.html#sbt

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

No branches or pull requests

2 participants